aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMark Oteiza2016-11-02 15:58:28 -0400
committerMark Oteiza2016-11-02 15:58:28 -0400
commitbbc218b9b06d952f0ba31f7706d88c0bf8dc41d8 (patch)
tree26c623ea9eed56d9a11bb07129f5e46996be4c79 /doc/misc
parent3f06795181fb09aebaadfe592e7741ddc8ff8adf (diff)
downloademacs-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/misc')
-rw-r--r--doc/misc/eww.texi6
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
97web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} 97web 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
103URL 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