diff options
author | Juri Linkov <juri@jurta.org> | 2008-06-25 20:27:45 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-06-25 20:27:45 +0000 |
commit | f45acc9d3433337e94d680655932c4cf1cab25e0 (patch) | |
tree | 18b1209b24f3d01ddf933923f990b3a0e43f28ac /etc | |
parent | 11c9f489a444c58ea1c03a6908aa8bf889407699 (diff) | |
download | emacs-f45acc9d3433337e94d680655932c4cf1cab25e0.tar.gz |
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'.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -362,6 +362,10 @@ e.g. if truncate-lines is non-nil. ** Miscellaneous changes: +*** New keymap `search-map' bound to `M-s' provides global bindings +for search related commands: `M-s o' for `occur', `M-s h r' for +`highlight-regexp' and other hi-lock commands on the `M-s h' prefix. + *** C-l is bound to the new command recenter-top-bottom, rather than recenter. This moves the current line to window center, top and bottom on successive invokations. @@ -577,6 +581,10 @@ position of point in help window (for example in `view-lossage'). ** Isearch +*** New command `isearch-highlight-regexp' bound to `M-s h r' +in isearch mode runs `highlight-regexp' (`hi-lock-face-buffer') +with the current search string as its regexp argument. + *** New command `isearch-occur' bound to `M-s o' in isearch mode runs `occur' with the current search string. |