# HG changeset patch # User Juri Linkov # Date 1214425665 0 # Node ID 5df646ce15453e90cfd929e303e2d54fada7eb42 # Parent fab5c585e3ae4c7e90531dc504a211cc90ff0564 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'. diff -r fab5c585e3ae -r 5df646ce1545 etc/NEWS --- a/etc/NEWS Wed Jun 25 20:22:14 2008 +0000 +++ b/etc/NEWS Wed Jun 25 20:27:45 2008 +0000 @@ -362,6 +362,10 @@ ** 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 @@ ** 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.