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 15:40:37 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> Now I just need to know how to determine if a function is running from
>> an async callback...
> There's a C variable called running_asynch_code, but it's not exposed to
> Lisp.  Unless there's something else in there that can be used, should
> we just export that to Lisp, like the `noninteractive' variable?

I guess we could export it (read-only) to Lisp, yes.

Tho, maybe it would be worth it to have a separate var for it,
writeable, which we could arrange to consider (some?) process filters to
be synchronous when run during a sync call to accept-process-output.


        Stefan



reply via email to

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