Mercurial > emacs
changeset 93052:3635fdf1d314
`inhibit-startup-screen' doesn't inhibit display of the initial message
in the *scratch* buffer.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 18 Mar 2008 23:51:28 +0000 |
parents | 7574d1ab68fd |
children | f62cf4851fe9 |
files | etc/NEWS |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Mar 18 17:43:26 2008 +0000 +++ b/etc/NEWS Tue Mar 18 23:51:28 2008 +0000 @@ -197,6 +197,12 @@ * Startup Changes in Emacs 23.1 +** The option `inhibit-startup-screen' (with aliases to old names +`inhibit-splash-screen' and `inhibit-startup-message') doesn't inhibit +display of the initial message in the *scratch* buffer. If you don't +want to display the initial message in the *scratch* buffer at startup, +you can set the option `initial-scratch-message' to nil. + ** New user option `initial-buffer-choice' specifies what to display after starting Emacs: startup screen, *scratch* buffer, visiting a file or directory. @@ -266,7 +272,8 @@ sorted by recency in the list of minibuffer default values available via M-n or down-arrow. It is also possible to search this buffer list in the minibuffer using incremental search commands C-s and C-M-s -(for instance, `C-x b C-s buf-name RET RET' to select a buffer by name). +(for instance, `C-x b C-s substr RET RET' to select a buffer by part +of the buffer name). *** In C-x d, if you type M-n you get the visited file name of the current buffer.