Mercurial > emacs
comparison etc/NEWS @ 87214:c12a7d068bf6
Add isearch-occur.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 09 Dec 2007 23:48:33 +0000 |
parents | 81d86af942c9 |
children | 1a0cb9242365 |
comparison
equal
deleted
inserted
replaced
87213:55a1f5bb3e84 | 87214:c12a7d068bf6 |
---|---|
232 position of point in help window (for example in `view-lossage'). | 232 position of point in help window (for example in `view-lossage'). |
233 | 233 |
234 ** view-remove-frame-by-deleting is now by default t | 234 ** view-remove-frame-by-deleting is now by default t |
235 since users found iconification of view-mode frames distracting. | 235 since users found iconification of view-mode frames distracting. |
236 | 236 |
237 ** isearch can now search through multiple ChangeLog files. | 237 ** Isearch mode |
238 | |
239 *** New command `isearch-occur' bound to `M-s o' in isearch mode | |
240 runs `occur' with the current search string. | |
241 | |
242 *** isearch can now search through multiple ChangeLog files. | |
238 When running isearch in a ChangeLog file, if the search fails, | 243 When running isearch in a ChangeLog file, if the search fails, |
239 then another C-s tries searching the previous ChangeLog, | 244 then another C-s tries searching the previous ChangeLog, |
240 if there is one (e.g. go from ChangeLog to ChangeLog.12). | 245 if there is one (e.g. go from ChangeLog to ChangeLog.12). |
241 | 246 |
242 This is enabled if isearch-buffers-multi is non-nil. | 247 This is enabled if isearch-buffers-multi is non-nil. |