Mercurial > emacs
comparison etc/NEWS @ 105600:cc9d26f8485b
Multi-isearch functions instead of commands.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 14 Oct 2009 21:56:37 +0000 |
parents | 6e1befdc92ef |
children | 68686d39c93a |
comparison
equal
deleted
inserted
replaced
105599:490704d92623 | 105600:cc9d26f8485b |
---|---|
2141 ** find-cmd.el can build `find' commands using lisp syntax. | 2141 ** find-cmd.el can build `find' commands using lisp syntax. |
2142 | 2142 |
2143 ** The package misearch.el has been added. It allows Isearch to search | 2143 ** The package misearch.el has been added. It allows Isearch to search |
2144 through multiple buffers. A variable `multi-isearch-next-buffer-function' | 2144 through multiple buffers. A variable `multi-isearch-next-buffer-function' |
2145 defines the function to call to get the next buffer to search in the series | 2145 defines the function to call to get the next buffer to search in the series |
2146 of multiple buffers. Top-level commands `multi-isearch-buffers', | 2146 of multiple buffers. Top-level functions `multi-isearch-buffers', |
2147 `multi-isearch-buffers-regexp', `multi-isearch-files' and | 2147 `multi-isearch-buffers-regexp', `multi-isearch-files' and |
2148 `multi-isearch-files-regexp' accept a single argument that specifies | 2148 `multi-isearch-files-regexp' accept a single argument that specifies |
2149 a list of buffers/files to search for a string/regexp. | 2149 a list of buffers/files to search for a string/regexp. |
2150 | 2150 |
2151 ** The new major mode `special-mode' is intended as a parent for | 2151 ** The new major mode `special-mode' is intended as a parent for |