]> git.eshelyaron.com Git - emacs.git/commit
Add support for url-retrieve-synchronously to eww-retrieve-command (bug#50680)
authorJuri Linkov <juri@linkov.net>
Mon, 20 Sep 2021 07:16:09 +0000 (10:16 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 20 Sep 2021 07:16:09 +0000 (10:16 +0300)
commit644d0ba589b94b1a23702cf8bad86b70204196f8
tree108cb7d83609e615a2e1a0dc6b74aead1aa3dadc
parent469b15f27c6527de83979312b1a5c905e364cb8d
Add support for url-retrieve-synchronously to eww-retrieve-command (bug#50680)

* doc/misc/eww.texi (Advanced): Mention url-retrieve-synchronously
for eww-retrieve-command.

* lisp/net/eww.el (eww-retrieve-command): Add choice 'sync' for
url-retrieve-synchronously.
(eww-retrieve): Use value 'sync' for url-retrieve-synchronously.
(eww-isearch-next-buffer): Let-bind eww-retrieve-command to 'sync'.
doc/misc/eww.texi
etc/NEWS
lisp/net/eww.el