diff options
| author | Mark Oteiza | 2016-11-02 15:58:28 -0400 |
|---|---|---|
| committer | Mark Oteiza | 2016-11-02 15:58:28 -0400 |
| commit | bbc218b9b06d952f0ba31f7706d88c0bf8dc41d8 (patch) | |
| tree | 26c623ea9eed56d9a11bb07129f5e46996be4c79 /doc | |
| parent | 3f06795181fb09aebaadfe592e7741ddc8ff8adf (diff) | |
| download | emacs-bbc218b9b06d952f0ba31f7706d88c0bf8dc41d8.tar.gz emacs-bbc218b9b06d952f0ba31f7706d88c0bf8dc41d8.zip | |
Add eww-open-in-new-buffer to EWW
* doc/misc/eww.texi (Basic): Document new command and key.
* etc/NEWS: Mention new key and its purpose.
* lisp/net/eww.el (eww-suggest-uris): Remove eww-current-url.
(eww): Append (eww-current-url) to the prompt defaults.
(eww-open-in-new-buffer): New command.
(eww-mode-map): Bind it and add a menu item.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/eww.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index 81f97a9db85..ea258634301 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi | |||
| @@ -97,6 +97,12 @@ and the web page is rendered in it. You can leave EWW by pressing | |||
| 97 | web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} | 97 | web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} |
| 98 | (@code{eww-copy-page-url}) will copy the current URL to the kill ring. | 98 | (@code{eww-copy-page-url}) will copy the current URL to the kill ring. |
| 99 | 99 | ||
| 100 | @findex eww-open-in-new-buffer | ||
| 101 | @kindex M-RET | ||
| 102 | The @kbd{M-RET} command (@code{eww-open-in-new-buffer}) opens the | ||
| 103 | URL at point in a new EWW buffer, akin to opening a link in a new | ||
| 104 | ``tab'' in other browsers. | ||
| 105 | |||
| 100 | @findex eww-readable | 106 | @findex eww-readable |
| 101 | @kindex R | 107 | @kindex R |
| 102 | The @kbd{R} command (@code{eww-readable}) will attempt to determine | 108 | The @kbd{R} command (@code{eww-readable}) will attempt to determine |