Mercurial > emacs
diff etc/NEWS @ 106328:5475f1c5e4ed
(multi-isearch-read-buffers)
(multi-isearch-read-matching-buffers): New functions.
(multi-isearch-buffers, multi-isearch-buffers-regexp):
Use them in the `interactive' spec. Doc fix.
(multi-isearch-read-files, multi-isearch-read-matching-files):
New functions.
(multi-isearch-files, multi-isearch-files-regexp):
Use them in the `interactive' spec. Doc fix. (Bug#4725)
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 30 Nov 2009 19:42:16 +0000 |
parents | 8cb95e673f03 |
children | d810540a6f2b |
line wrap: on
line diff
--- a/etc/NEWS Mon Nov 30 16:14:48 2009 +0000 +++ b/etc/NEWS Mon Nov 30 19:42:16 2009 +0000 @@ -304,6 +304,14 @@ and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch in the input history regardless of the value of `comint-history-isearch'. +*** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp' +read buffer names to search, one by one, ended with RET. With a prefix +argument, they ask for a regexp, and search in buffers whose names match +the specified regexp. Interactively `multi-isearch-files' and +`multi-isearch-files-regexp' read file names to search, one by one, +ended with RET. With a prefix argument, they ask for a wildcard, and +search in file buffers whose file names match the specified wildcard. + +++ *** Autorevert Tail mode now works also for remote files.