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

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

bug#15180: Using princ without ending newline


From: Stefan Monnier
Subject: bug#15180: Using princ without ending newline
Date: Thu, 19 Sep 2013 09:46:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> What is the function to flush a stdio stream from Elisp? If it exists then
>> it could be called before the sleep-for.
>> An alternative to adding such a function is to simply have the print
>> functions call fflush in C if noninteractive.
> That function would be awesome. Is it possible to call such a C function
> from Elisp?

I guess it would make sense to call fflush in the batch equivalent
of redisplay.


        Stefan





reply via email to

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