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?


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to