emacs-devel
[Top][All Lists]
Advanced

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

Re: emacsclient in elisp


From: Eli Zaretskii
Subject: Re: emacsclient in elisp
Date: Thu, 20 May 2021 19:00:18 +0300

> Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org
> From: Daniel Mendler <mail@daniel-mendler.de>
> Date: Thu, 20 May 2021 17:52:31 +0200
> 
> On 5/20/21 5:10 PM, Eli Zaretskii wrote:
> >> It would be useful to have Emacs that can read stdin. 
> > 
> > Emacs already is capable of doing that, see the node "Input Streams"
> > in the ELisp manual.
> 
> 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?

And what would be on the other end of such asynchronous input,
producing the stuff Emacs is supposed to read?



reply via email to

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