Mercurial > emacs
changeset 97081:301f811043c1
Add Isearch that matches only at Dired file names.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 29 Jul 2008 14:43:40 +0000 |
parents | 7c116c0a454b |
children | 922b39c63813 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Jul 29 14:42:35 2008 +0000 +++ b/etc/NEWS Tue Jul 29 14:43:40 2008 +0000 @@ -623,6 +623,11 @@ and C-x C-q in wdired-mode exits it with asking a question about saving changes. +*** `M-s f C-s' and `M-s f M-C-s' run Isearch that matches only at file names. +When a new user option `dired-isearch-filenames' is non-nil, then even +ordinary Isearch started with `C-s' and `C-M-s' matches only at file names +in the Dired buffer. + *** `M-s a C-s' and `M-s a M-C-s' run multi-file Isearch on the marked files. They visit the first marked file in the sequence and display the usual Isearch prompt for a string or a regexp where all Isearch commands are available.