mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
* lisp/bindings.el (search-map): Move eww-search-words' to
M-s M-w'.
This commit is contained in:
parent
83087df949
commit
29f81b9588
2
etc/NEWS
2
etc/NEWS
@ -51,7 +51,7 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
|
||||
|
||||
** C-h l now also lists the commands that were run.
|
||||
|
||||
** The new M-s M-s key binding uses eww to search the web for the
|
||||
** The new M-s M-w key binding uses eww to search the web for the
|
||||
text in the region.
|
||||
|
||||
** M-x suggests shorthands and ignores obsolete commands for completion.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
|
||||
|
||||
2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Port new time stamp handling to old Emacs and to XEmacs.
|
||||
|
@ -926,7 +926,7 @@ if `inhibit-field-text-motion' is non-nil."
|
||||
(define-key esc-map "s" search-map)
|
||||
|
||||
(define-key search-map "o" 'occur)
|
||||
(define-key search-map "\M-s" 'eww-search-words)
|
||||
(define-key search-map "\M-w" 'eww-search-words)
|
||||
(define-key search-map "hr" 'highlight-regexp)
|
||||
(define-key search-map "hp" 'highlight-phrase)
|
||||
(define-key search-map "hl" 'highlight-lines-matching-regexp)
|
||||
|
Loading…
Reference in New Issue
Block a user