Mercurial > emacs
comparison etc/NEWS @ 93015:715070fd019a
Commands that read a buffer name now provide a list of all buffers.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 16 Mar 2008 17:47:34 +0000 |
parents | 70290cfccdc1 |
children | 3635fdf1d314 |
comparison
equal
deleted
inserted
replaced
93014:85854c112d9a | 93015:715070fd019a |
---|---|
259 ** If `yank-pop-change-selection' is t, rotating the kill ring | 259 ** If `yank-pop-change-selection' is t, rotating the kill ring |
260 also updates the selection or clipboard to the current yank, | 260 also updates the selection or clipboard to the current yank, |
261 just as M-w would do so with the text it copies to the kill ring. | 261 just as M-w would do so with the text it copies to the kill ring. |
262 | 262 |
263 ** Minibuffer changes | 263 ** Minibuffer changes |
264 | |
265 *** Many commands that read a buffer name now provide a list of all buffers | |
266 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 | |
268 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). | |
264 | 270 |
265 *** In C-x d, if you type M-n you get the visited file name of the | 271 *** In C-x d, if you type M-n you get the visited file name of the |
266 current buffer. | 272 current buffer. |
267 | 273 |
268 *** In Dired, a list of commands for ! extracted from mailcap according to | 274 *** In Dired, a list of commands for ! extracted from mailcap according to |