emacs-devel
[Top][All Lists]
Advanced

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

Re: process.c: read_process_output: hard coded 4096 bytes read limit


From: Miguel Guedes
Subject: Re: process.c: read_process_output: hard coded 4096 bytes read limit
Date: Tue, 25 Jun 2013 08:20:40 +0000 (UTC)
User-agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2)

On Sun, 23 Jun 2013 11:28:38 +0200, Andreas Schwab wrote:

> If you call accept-process-output with this process it should read
> whatever is available without delay.

Thanks, Andreas.

How would you use accept-process-output with an asynchronous process 
channel?  E.g. when would you call it? How do you know when there is data 
available?  The only way (that I see) of knowing when there is data 
available is when the filter is first called but can accept-process-
output be called from within the filter; wouldn't it lead to potentially 
massive recursiveness as the filter is called again and again?




reply via email to

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