Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
106327:8cb95e673f03 | 106328:5475f1c5e4ed |
---|---|
301 | 301 |
302 *** Isearch searches in the comint/shell input history when the new variable | 302 *** Isearch searches in the comint/shell input history when the new variable |
303 `comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' | 303 `comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' |
304 and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch | 304 and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch |
305 in the input history regardless of the value of `comint-history-isearch'. | 305 in the input history regardless of the value of `comint-history-isearch'. |
306 | |
307 *** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp' | |
308 read buffer names to search, one by one, ended with RET. With a prefix | |
309 argument, they ask for a regexp, and search in buffers whose names match | |
310 the specified regexp. Interactively `multi-isearch-files' and | |
311 `multi-isearch-files-regexp' read file names to search, one by one, | |
312 ended with RET. With a prefix argument, they ask for a wildcard, and | |
313 search in file buffers whose file names match the specified wildcard. | |
306 | 314 |
307 +++ | 315 +++ |
308 *** Autorevert Tail mode now works also for remote files. | 316 *** Autorevert Tail mode now works also for remote files. |
309 | 317 |
310 *** The new commands `eshell/su' and `eshell/sudo' support Tramp. | 318 *** The new commands `eshell/su' and `eshell/sudo' support Tramp. |