|
From: | Lars Ingebrigtsen |
Subject: | bug#50497: [PATCH] Adding eww-{next,previous,up,top}-path. |
Date: | Tue, 14 Sep 2021 13:04:47 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Juri Linkov <juri@linkov.net> writes: > What do you think about supporting synchronous mode in eww? > When adding a variable that causes eww-retrieve to use > url-retrieve-synchronously, isearch part could look like this: > > (defun eww-isearch-next-buffer (&optional _buffer wrap) > (let ((eww-synchronous t)) > (if wrap > (condition-case nil > (eww-top-url) > (error nil)) > (if isearch-forward > (eww-next-url) > (eww-previous-url)))) > (current-buffer)) Sure, makes sense to me. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no
[Prev in Thread] | Current Thread | [Next in Thread] |