# HG changeset patch # User Juri Linkov # Date 1214425334 0 # Node ID fab5c585e3ae4c7e90531dc504a211cc90ff0564 # Parent 40b913a5812c77057d5c373cb0f38cf0e2b51592 *** empty log message *** diff -r 40b913a5812c -r fab5c585e3ae lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 25 20:21:36 2008 +0000 +++ b/lisp/ChangeLog Wed Jun 25 20:22:14 2008 +0000 @@ -1,3 +1,17 @@ +2008-06-25 Juri Linkov + + * bindings.el (goto-map): New variable. Rebind goto-related + commands to this `M-g' prefix keymap. + (search-map): New variable for `M-s' prefix keymap. + Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to + `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp', + `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns', + `M-shw' to `hi-lock-write-interactive-patterns'. + + * isearch.el (isearch-mode-map): Bind `M-s h r' to + `isearch-highlight-regexp'. + (isearch-highlight-regexp): New function. + 2008-06-25 Stefan Monnier * info.el (Info-bookmark-make-record):