diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-13 00:12:33 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-13 00:12:33 +0200 |
commit | 31be4d7ca48fd21bdcd5428ce4164790efd39099 (patch) | |
tree | b90517aef4eb6ed8ccc730e200bab26e54733c67 /etc | |
parent | 3e073520b341228d7a54a242e3d09862948e5c08 (diff) | |
download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |