summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Abrahamsen <eric@ericabrahamsen.net>2019-06-23 08:09:23 -0700
committerEric Abrahamsen <eric@ericabrahamsen.net>2019-06-23 10:05:39 -0700
commit55cb14bfa036991183a3895506a87536befbb9ca (patch)
tree9b62a60f4002c4ee68aa08527dee4d66c25dea59 /doc
parent383a557b537562ceed38da3c9a07790c2f6b67f6 (diff)
downloademacs-55cb14bfa036991183a3895506a87536befbb9ca.tar.gz
New command gnus-summary-browse-url
* lisp/gnus/gnus-sum.el (gnus-summary-browse-url): New command for browsing URLs from the article buffer from the summary buffer. (gnus-summary-mode-map): Bind to "w". (gnus-summary-article-map): And to "A w". * doc/misc/gnus.texi (Article Commands): Document.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index ba3a0e9b2e8..28f000c4898 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -10154,6 +10154,17 @@ partial article, and want to see the complete article instead, then
the @kbd{A C} command (@code{gnus-summary-show-complete-article}) will
do so.
+@item w
+@itemx A w
+@kindex w @r{(Summary)}
+@kindex A w @r{(Summary)}
+@cindex web
+@cindex url
+@findex gnus-summary-browse-url
+Scan the article buffer for links, and offer them to the user for
+browsing with @code{browse-url}. By default, only scan the article
+body; with a prefix arg, also scan the article headers.
+
@end table