Mercurial > emacs
comparison etc/NEWS @ 96284:5df646ce1545
Add global bindings `M-s o' for `occur', `M-s h r' for `highlight-regexp',
and isearch binding `M-s h r' for `isearch-highlight-regexp'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 25 Jun 2008 20:27:45 +0000 |
parents | bfca3297fa0b |
children | c0227e195a0e |
comparison
equal
deleted
inserted
replaced
96283:fab5c585e3ae | 96284:5df646ce1545 |
---|---|
359 variable `word-wrap', if non-nil turns on word-wrapping. Word | 359 variable `word-wrap', if non-nil turns on word-wrapping. Word |
360 wrapping does not take place if continuation lines are not shown, | 360 wrapping does not take place if continuation lines are not shown, |
361 e.g. if truncate-lines is non-nil. | 361 e.g. if truncate-lines is non-nil. |
362 | 362 |
363 ** Miscellaneous changes: | 363 ** Miscellaneous changes: |
364 | |
365 *** New keymap `search-map' bound to `M-s' provides global bindings | |
366 for search related commands: `M-s o' for `occur', `M-s h r' for | |
367 `highlight-regexp' and other hi-lock commands on the `M-s h' prefix. | |
364 | 368 |
365 *** C-l is bound to the new command recenter-top-bottom, rather than recenter. | 369 *** C-l is bound to the new command recenter-top-bottom, rather than recenter. |
366 This moves the current line to window center, top and bottom on | 370 This moves the current line to window center, top and bottom on |
367 successive invokations. | 371 successive invokations. |
368 | 372 |
575 *** New variable `help-window-point-marker' permits to specify new | 579 *** New variable `help-window-point-marker' permits to specify new |
576 position of point in help window (for example in `view-lossage'). | 580 position of point in help window (for example in `view-lossage'). |
577 | 581 |
578 ** Isearch | 582 ** Isearch |
579 | 583 |
584 *** New command `isearch-highlight-regexp' bound to `M-s h r' | |
585 in isearch mode runs `highlight-regexp' (`hi-lock-face-buffer') | |
586 with the current search string as its regexp argument. | |
587 | |
580 *** New command `isearch-occur' bound to `M-s o' in isearch mode | 588 *** New command `isearch-occur' bound to `M-s o' in isearch mode |
581 runs `occur' with the current search string. | 589 runs `occur' with the current search string. |
582 | 590 |
583 *** isearch can now search through multiple ChangeLog files. | 591 *** isearch can now search through multiple ChangeLog files. |
584 When running isearch in a ChangeLog file, if the search fails, | 592 When running isearch in a ChangeLog file, if the search fails, |