]> git.eshelyaron.com Git - emacs.git/commit
Use tabs in EWW (bug#37592)
authorJuri Linkov <juri@linkov.net>
Sun, 6 Oct 2019 21:08:10 +0000 (00:08 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 6 Oct 2019 21:08:10 +0000 (00:08 +0300)
commitd24a19779028f1fe940b43eb72e6c68d2d835bd7
tree146fe1974e4991c72ace3e4172e885a190076311
parent47cf2a37e7f7d2df3cc05b657b1b4ad8307c7c64
Use tabs in EWW (bug#37592)

* lisp/net/eww.el (eww-open-in-new-buffer): Call tab-new when tab-bar-mode
is enabled.
(eww-browse-url): Add docstring.  Call tab-new when tab-bar-mode
is enabled.

* lisp/net/shr.el (shr-map): Bind [C-down-mouse-1] to
shr-mouse-browse-url-new-window.
(shr-mouse-browse-url-new-window): New command.
(shr-browse-url): Add optional arg new-window.

* doc/misc/eww.texi (Basics): Mention opening tabs on M-RET.
doc/misc/eww.texi
etc/NEWS
lisp/net/eww.el
lisp/net/shr.el