(setq inhibit-startup-screen t)
will disable the startup screen entirely so it always goes to the scratch buffer.C-h b shows all the key bindings, and C-h f will describe any command (and give access to the source where it was defined).
21–30 of 32 posts
(setq inhibit-startup-screen t)
will disable the startup screen entirely so it always goes to the scratch buffer.C-h b shows all the key bindings, and C-h f will describe any command (and give access to the source where it was defined).
My favorite thing I wish they'd told me about emacs: M-x shell Run a shell (or shells) inside emacs. Great for long running apps like servers. You can search back through the output using normal Emacs search commands. For me, one of the killer features of Emacs. Rename the shell buffer to something else to start another shell.
Just curious, why do you prefer shell instead of term or ansi-term? Both of those other modes have better support for curses applications and act closer to an actual terminal emulator than M-x shell does. Also, if you like term, you can use the "multi-term" script ( http://www.emacswiki.org/emacs/multi-term.el ), which will automatically open a new terminal window with M-x multi-term, and you can cycle through your o…
My 99% use-case is running programs that don't need terminal emulator support, but I do commonly use Emacs keybindings for navigating around the buffer -- which requires switching between char and line modes when using ansi-term.
Emacs is nice. But it's also a fractal of bad usability design. :/
I honestly think the defaults were made bad on purpose to force people to learn how to configure it.
It is of course a classic design dilemma when porting something across dozens of different systems and supporting something across many decades, whether to try to adapt to the whims of a new target or to stick with a common core. Emacs will never be the Microsoft Notepad of the common computer user and we, the long time Emacs users, tend to see the stability of the interface as an advantage.
Earlier quoted context omitted.
Just curious, why do you prefer shell instead of term or ansi-term? Both of those other modes have better support for curses applications and act closer to an actual terminal emulator than M-x shell does. Also, if you like term, you can use the "multi-term" script ( http://www.emacswiki.org/emacs/multi-term.el ), which will automatically open a new terminal window with M-x multi-term, and you can cycle through your o…
Not the parent, but I also prefer shell to ansi-term for my daily usage. My 99% use-case is running programs that don't need terminal emulator support, but I do commonly use Emacs keybindings for navigating around the buffer -- which requires switching between char and line modes when using ansi-term.
My favorite thing I wish they'd told me about emacs: M-x shell Run a shell (or shells) inside emacs. Great for long running apps like servers. You can search back through the output using normal Emacs search commands. For me, one of the killer features of Emacs. Rename the shell buffer to something else to start another shell.
Earlier quoted context omitted.
I honestly think the defaults were made bad on purpose to force people to learn how to configure it.
I disagree. People often tend to forget that Emacs has a very long history and what may appear to a newcomer today to be bad design more often than not, has a logical (even if historical) reason. It is of course a classic design dilemma when porting something across dozens of different systems and supporting something across many decades, whether to try to adapt to the whims of a new target or to stick with a common…
(I have been using emacs since 1996.)
My favorite thing I wish they'd told me about emacs: M-x shell Run a shell (or shells) inside emacs. Great for long running apps like servers. You can search back through the output using normal Emacs search commands. For me, one of the killer features of Emacs. Rename the shell buffer to something else to start another shell.
Just curious, why do you prefer shell instead of term or ansi-term? Both of those other modes have better support for curses applications and act closer to an actual terminal emulator than M-x shell does. Also, if you like term, you can use the "multi-term" script ( http://www.emacswiki.org/emacs/multi-term.el ), which will automatically open a new terminal window with M-x multi-term, and you can cycle through your o…
I've been using vim + evil (and prior iterations of evil) for probably ~5 years now, and it really is the best of both worlds for me.