# HG changeset patch # User Juri Linkov # Date 1205884288 0 # Node ID 3635fdf1d314d7c8756ac83c4fcc7d4dda47d353 # Parent 7574d1ab68fd81802c7423e517f13b451959a9a8 `inhibit-startup-screen' doesn't inhibit display of the initial message in the *scratch* buffer. diff -r 7574d1ab68fd -r 3635fdf1d314 etc/NEWS --- 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.