Mercurial > emacs
changeset 97064:bdd7e0042ad5
Add multi-file Isearch in Dired.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 28 Jul 2008 14:33:03 +0000 |
parents | cf48c47a475c |
children | e4d0521fc1d0 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Jul 28 14:32:34 2008 +0000 +++ b/etc/NEWS Mon Jul 28 14:33:03 2008 +0000 @@ -623,6 +623,10 @@ and C-x C-q in wdired-mode exits it with asking a question about saving changes. +*** `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. + *** `Q' in Dired provides two new keys for multi-file replacement. The upper case key `Y' replaces all remaining matches in all remaining files with no more questions. The upper case key `N' stops doing replacements @@ -675,8 +679,8 @@ This is enabled if multi-isearch-search is non-nil. *** Two new commands to start Isearch on a list of marked buffers -for buff-menu.el and ibuffer.el are bound to the keys "M-s a C-s" and -"M-s a M-C-s". +for buff-menu.el and ibuffer.el are bound to the keys `M-s a C-s' and +`M-s a M-C-s'. *** The part of an isearch that failed to match is highlighted in `isearch-fail' face.