summaryrefslogtreecommitdiff
path: root/doc/misc/eww.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-11-24 08:22:26 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-11-24 08:22:26 +0100
commit6dad1f25de0f9f62dd4855bb6400405b627fd700 (patch)
tree1bc3672e012f254d446af72e01015ea26bd163d7 /doc/misc/eww.texi
parent868f51324ac96bc3af49a826e1db443548c9d6cc (diff)
downloademacs-6dad1f25de0f9f62dd4855bb6400405b627fd700.tar.gz
Add a user option to control how links are followed in eww
* doc/misc/eww.texi (Advanced): Document it (bug#44783). * lisp/net/eww.el (eww-use-browse-url): New variable. (eww-follow-link): Use it.
Diffstat (limited to 'doc/misc/eww.texi')
-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 1bccbd7261a..a2a21f031d5 100644
--- a/doc/misc/eww.texi
+++ b/doc/misc/eww.texi
@@ -262,6 +262,12 @@ fetching images that originate from the same source as the
retrieving these images'' and @code{t} means ``always send cookies
when retrieving these images''.
+@vindex eww-use-browse-url
+ When following links in EWW, @acronym{URL}s that match the
+@code{eww-use-browse-url} regexp will be passed to @code{browse-url}
+instead of EWW handling them itself. The action can be further
+customized by altering @code{browse-url-handlers}.
+
@vindex eww-header-line-format
@cindex Header
The header line of the EWW buffer can be changed by customizing