summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-09-13 00:12:33 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-09-13 00:12:33 +0200
commit31be4d7ca48fd21bdcd5428ce4164790efd39099 (patch)
treeb90517aef4eb6ed8ccc730e200bab26e54733c67 /etc
parent3e073520b341228d7a54a242e3d09862948e5c08 (diff)
downloademacs-31be4d7ca48fd21bdcd5428ce4164790efd39099.tar.gz
Add a way to use an external command to download HTML in eww
* doc/misc/eww.texi (Advanced): Document it. * lisp/net/eww.el (eww-retrieve): New function. (eww-reload): Use it. (eww): Ditto. (eww-retrieve-command): New variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8ff62b6dc05..ddc2fb9d600 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -809,6 +809,11 @@ background colors or transparency, such as xbm, pbm, svg, png and gif.
** EWW
+++
+*** New variable 'eww-retrieve-command'.
+This can be used to download data via an external command. If nil
+(the default), then 'url-retrieve' is used.
+
++++
*** New Emacs command line convenience function.
The 'eww-browse' command has been added, which allows you to register
Emacs as a MIME handler for "text/x-uri", and will call 'eww' on the