emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eww and bookmarks


From: Michael Heerdegen
Subject: Re: eww and bookmarks
Date: Mon, 08 Jun 2020 16:49:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

"Basil L. Contovounesios" <contovob@tcd.ie> writes:

> > Yes, I know about the hook.  But just binding it will not be enough
> > because the binding will be gone when it is consulted.  We would have to
> > add a self-removing function at least to the local binding of the hook.
> > That's what I would call a hack.
>
> Why?  It's what minibuffer-with-setup-hook does, for example.

That can use `unwind-protect' because it has not to wait an undefined
period of time (until the page has been retrieved asynchronously).

So we would have to consider what could happen if the user aborts
loading the page, the url can't be retrieved, there is an intermediate
error, and such.  That's why I think using the callback of
`url-retrieve' would be better/cleaner.

Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]