emacs-devel
[Top][All Lists]
Advanced

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

Re: `message' not outputting the newline "atomically"


From: Paul Eggert
Subject: Re: `message' not outputting the newline "atomically"
Date: Wed, 19 Jun 2019 16:22:32 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

On 6/19/19 9:05 AM, Andreas Schwab wrote:
Noninteractively, message goes to stderr, which is unbuffered by
default.

Yes, POSIX says stderr defaults to being not fully buffered, which means it might be line-buffered or completely unbuffered or something else (glibc is "something else"). This should be fixable, though; I'll see if I can come up with something.




reply via email to

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