summaryrefslogtreecommitdiff
path: root/doc/misc/eww.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-09-20 10:16:09 +0300
committerJuri Linkov <juri@linkov.net>2021-09-20 10:16:09 +0300
commit644d0ba589b94b1a23702cf8bad86b70204196f8 (patch)
tree108cb7d83609e615a2e1a0dc6b74aead1aa3dadc /doc/misc/eww.texi
parent469b15f27c6527de83979312b1a5c905e364cb8d (diff)
downloademacs-644d0ba589b94b1a23702cf8bad86b70204196f8.tar.gz
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'.
Diffstat (limited to 'doc/misc/eww.texi')
-rw-r--r--doc/misc/eww.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi
index cc546a92d63..2543dc2ff5a 100644
--- a/doc/misc/eww.texi
+++ b/doc/misc/eww.texi
@@ -228,7 +228,8 @@ in an external browser by customizing
@findex eww-retrieve-command
EWW normally uses @code{url-retrieve} to fetch the @acronym{HTML}
-before rendering it. It can sometimes be convenient to use an
+before rendering it, and @code{url-retrieve-synchronously} when
+the value is @code{sync}. It can sometimes be convenient to use an
external program to do this, and @code{eww-retrieve-command} should
then be a list that specifies a command and the parameters. For
instance, to use the Chromium browser, you could say something like