From: Juri Linkov Date: Tue, 29 Jul 2008 14:43:40 +0000 (+0000) Subject: Add Isearch that matches only at Dired file names. X-Git-Tag: emacs-pretest-23.0.90~3824 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d9f0d00ea7012554b2e3c77ddb19b6ab858a04e;p=emacs.git Add Isearch that matches only at Dired file names. --- diff --git a/etc/NEWS b/etc/NEWS index 37c261b680e..a21c1aae6c0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -623,6 +623,11 @@ It is bound to `C-x 4 A'. 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.