emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposal for a new mechanism for delayed stuff


From: Stefan Monnier
Subject: Re: Proposal for a new mechanism for delayed stuff
Date: Thu, 03 Jan 2013 11:47:06 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Sure, that would also handle the "tell the user what's going on" use
> case, and we could have a convenience macro `with-current-state-message'
> that would simply be an `unwind-protect' to clear out the state message.

Yes, the advantage is that the message can be displayed even if we're in
the middle of uninterruptible Elisp code.

> But `with-timeout-form' would be kinda generally useful, I think.  :-)

IIUC you can implement that in Elisp, right?


        Stefan



reply via email to

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