emacs-devel
[Top][All Lists]
Advanced

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

Re: Network security manager


From: Stefan Monnier
Subject: Re: Network security manager
Date: Tue, 18 Nov 2014 21:09:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> I also did some further testing with my patch, and apparently timers do
> not set the running_asynch_code variable?  They probably should set
> that separate variable, too.  I think.

BTW, another existing variable that you could use is `inhibit-quit'.
Usually, async code is run with inhibit-quit bound to a non-nil value,
because we don't want the user's C-g to interrupt the async code (which
the user didn't even know was running) when she intended to just get out
of the minibuffer.


        Stefan



reply via email to

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