"Richard M. Stallman" <[EMAIL PROTECTED]> writes:

> Why do you think it is better to make request_sigio a no-op?

SIGIO is only used for keyboard input, so in a noninteractive session it
is not useful.  The only reason make-network-process is fiddling with
request_sigio (according to the comment) is to avoid some problem on Ultix
related to interrupted connect syscall.  The other places that enable
SIGIO are init_sys_modes (no-op when noninteractive) and
redisplay_internal (never called in noninteractive mode).

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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

Reply via email to