]> git.eshelyaron.com Git - emacs.git/commit
Add a way to use an external command to download HTML in eww
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Sep 2020 22:12:33 +0000 (00:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Sep 2020 22:12:33 +0000 (00:12 +0200)
commit31be4d7ca48fd21bdcd5428ce4164790efd39099
treeb90517aef4eb6ed8ccc730e200bab26e54733c67
parent3e073520b341228d7a54a242e3d09862948e5c08
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.
doc/misc/eww.texi
etc/NEWS
lisp/net/eww.el