File: misearch.el.html
This file adds more dimensions to the search space. It implements various features that extend isearch. One of them is an ability to search through multiple buffers.
Defined variables (7)
multi-isearch-buffer-list | Sequence of buffers visited by multiple buffers Isearch. |
multi-isearch-current-buffer | The buffer where the search is currently searching. |
multi-isearch-file-list | Sequence of files visited by multiple file buffers Isearch. |
multi-isearch-next-buffer-current-function | The currently active function to get the next buffer to search. |
multi-isearch-next-buffer-function | Function to call to get the next buffer to search. |
multi-isearch-pause | A choice defining where to pause the search. |
multi-isearch-search | Non-nil enables searching multiple related buffers, in certain modes. |