emacs-devel
[Top][All Lists]
Advanced

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

Re: emacsclient in elisp


From: Stefan Monnier
Subject: Re: emacsclient in elisp
Date: Thu, 20 May 2021 12:40:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> Yes, synchronously reading from stdin is supported. But it is not
>> possible to do this asynchronously, or is it? This was specifically the
>> functionality I have been looking for.
> What do you mean by that? how can Emacs read input _asynchronously_
> when reading is inherently a synchronous operation?

I think the problem is that in batch mode, `read-from-minibuffer` is not
only synchronous (which is fine) but it doesn't perform any async
processing, like running process filters and timers while waiting for
the input from stdin.


        Stefan




reply via email to

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