emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: open-network-stream in batch mode causes SIGPOLL und


From: Richard M. Stallman
Subject: Re: address@hidden: open-network-stream in batch mode causes SIGPOLL under GNU/Linux]
Date: Thu, 13 Oct 2005 00:53:20 -0400

    SIGIO is only used for keyboard input, so in a noninteractive session it
    is not useful.

Yes, I remember now.  wait_reading_process_output does not use
signals to determine when processes have output, it just uses
select for that.

So, if you make request_sigio a no-op in batch mode, does that in fact
give correct results?  If so, would you please do it?




reply via email to

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