Mercurial > emacs
changeset 96961:27cda0f6d06c
Document misearch.el and multi-isearch commands.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 24 Jul 2008 00:28:06 +0000 |
parents | 32bb1fabc622 |
children | 3a99f3797b80 |
files | etc/NEWS |
diffstat | 1 files changed, 11 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Jul 24 00:14:18 2008 +0000 +++ b/etc/NEWS Thu Jul 24 00:28:06 2008 +0000 @@ -661,8 +661,11 @@ When running isearch in a ChangeLog file, if the search fails, then another C-s tries searching the previous ChangeLog, if there is one (e.g. go from ChangeLog to ChangeLog.12). +This is enabled if multi-isearch-search is non-nil. -This is enabled if isearch-buffers-multi 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". *** The part of an isearch that failed to match is highlighted in `isearch-fail' face. @@ -1400,11 +1403,13 @@ ** find-cmd.el can build `find' commands using lisp syntax. -** The package isearch-multi.el has been added. It implements a new mode -`isearch-buffers-minor-mode' that allows isearch to search through -multiple buffers. In this mode a new variable -`isearch-buffers-next-buffer-function' defines the function to call -to get the next buffer to search in the series of multiple buffers. +** The package misearch.el has been added. It allows Isearch to search +through multiple buffers. A variable `multi-isearch-next-buffer-function' +defines the function to call to get the next buffer to search in the series +of multiple buffers. Top-level commands `multi-isearch-buffers', +`multi-isearch-buffers-regexp', `multi-isearch-files' and +`multi-isearch-files-regexp' accept a single argument that specifies +a list of buffers/files to search for a string/regexp. ** The new major mode `special-mode' is intended as a parent for major modes such as those that set the "'mode-class 'special" property.