diff options
| author | Juri Linkov | 2008-03-18 23:51:28 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-03-18 23:51:28 +0000 |
| commit | 3063e32683af1df93dae1768b6765e5c71ed0737 (patch) | |
| tree | 2b6430a6db1e6f4cdd96e256c958ec25b8f4dd7c | |
| parent | 322f4559810e375b0d42e4eae12339b4ebd8d051 (diff) | |
| download | emacs-3063e32683af1df93dae1768b6765e5c71ed0737.tar.gz emacs-3063e32683af1df93dae1768b6765e5c71ed0737.zip | |
`inhibit-startup-screen' doesn't inhibit display of the initial message
in the *scratch* buffer.
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -197,6 +197,12 @@ are obsolete. | |||
| 197 | 197 | ||
| 198 | * Startup Changes in Emacs 23.1 | 198 | * Startup Changes in Emacs 23.1 |
| 199 | 199 | ||
| 200 | ** The option `inhibit-startup-screen' (with aliases to old names | ||
| 201 | `inhibit-splash-screen' and `inhibit-startup-message') doesn't inhibit | ||
| 202 | display of the initial message in the *scratch* buffer. If you don't | ||
| 203 | want to display the initial message in the *scratch* buffer at startup, | ||
| 204 | you can set the option `initial-scratch-message' to nil. | ||
| 205 | |||
| 200 | ** New user option `initial-buffer-choice' specifies what to display | 206 | ** New user option `initial-buffer-choice' specifies what to display |
| 201 | after starting Emacs: startup screen, *scratch* buffer, visiting a | 207 | after starting Emacs: startup screen, *scratch* buffer, visiting a |
| 202 | file or directory. | 208 | file or directory. |
| @@ -266,7 +272,8 @@ just as M-w would do so with the text it copies to the kill ring. | |||
| 266 | sorted by recency in the list of minibuffer default values available | 272 | sorted by recency in the list of minibuffer default values available |
| 267 | via M-n or down-arrow. It is also possible to search this buffer list | 273 | via M-n or down-arrow. It is also possible to search this buffer list |
| 268 | in the minibuffer using incremental search commands C-s and C-M-s | 274 | in the minibuffer using incremental search commands C-s and C-M-s |
| 269 | (for instance, `C-x b C-s buf-name RET RET' to select a buffer by name). | 275 | (for instance, `C-x b C-s substr RET RET' to select a buffer by part |
| 276 | of the buffer name). | ||
| 270 | 277 | ||
| 271 | *** In C-x d, if you type M-n you get the visited file name of the | 278 | *** In C-x d, if you type M-n you get the visited file name of the |
| 272 | current buffer. | 279 | current buffer. |