diff options
| author | Kenjiro NAKAYAMA | 2014-11-14 04:46:11 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-14 04:46:11 +0100 |
| commit | 3bdc6ce7e34705dc09a938d07296230436ea089c (patch) | |
| tree | 1faf71a350f127c3aa529c5f877a4a248735062b /etc | |
| parent | ba88f195330c513423feed4e5db4122c0e674e22 (diff) | |
| download | emacs-3bdc6ce7e34705dc09a938d07296230436ea089c.tar.gz emacs-3bdc6ce7e34705dc09a938d07296230436ea089c.zip | |
Bind `M-s M-s' globally to `eww-search-words'
Fixes: debbugs:16258
* etc/NEWS: Mention the new `M-s M-s' keystroke.
* lisp/bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
* net/eww.el (eww-search-words): New command.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index b3f4afa93a0..983fcaa28eb 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * NEWS: Mention the new `M-s M-s' keystroke. | ||
| 4 | |||
| 1 | 2014-11-13 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-11-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Fix minor Bazaar leftovers. | 7 | Fix minor Bazaar leftovers. |
| @@ -51,6 +51,9 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. | |||
| 51 | 51 | ||
| 52 | ** C-h l now also lists the commands that were run. | 52 | ** C-h l now also lists the commands that were run. |
| 53 | 53 | ||
| 54 | ** The new M-s M-s key binding uses eww to search the web for the | ||
| 55 | text in the region. | ||
| 56 | |||
| 54 | ** M-x suggests shorthands and ignores obsolete commands for completion. | 57 | ** M-x suggests shorthands and ignores obsolete commands for completion. |
| 55 | ** x-select-enable-clipboard is renamed select-enable-clipboard. | 58 | ** x-select-enable-clipboard is renamed select-enable-clipboard. |
| 56 | x-select-enable-primary and renamed select-enable-primary. | 59 | x-select-enable-primary and renamed select-enable-primary. |