help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Accepting process output from a given process only?


From: Stefan Monnier
Subject: Re: Accepting process output from a given process only?
Date: Fri, 06 Aug 2004 22:45:03 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> I'd like to receive output from an asynchronous process, but without
> possible invocation of other asynchronous actions.  If I simply call
> accept-process-output, other process filter functions or timers may be
> invoked at that time, which is what I need to avoid.

There's no such feature.  Could you explain what you need it for
(i.e. why it is bad to process other processes's output at the same point
in the program)?


        Stefan


reply via email to

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