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

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

bug#44320: [PATH] [27.1] Make sure send-string-to-terminal send all cont


From: Andreas Schwab
Subject: bug#44320: [PATH] [27.1] Make sure send-string-to-terminal send all contents
Date: Mon, 02 Nov 2020 21:26:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

On Nov 02 2020, Eli Zaretskii wrote:

> Too many subtle assumptions for my palate.  In general, stdio is not
> safe in the presence of signals.

That is true, at least if the stream is conntected to a blocking device
(file I/O is not affected by signals).

> Would it be better to suspend SIGIO by calling unrequest_sigio instead
> (and resume it once 'fwrite' returns)?

It might be even better to use POSIX I/O.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

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