That function would be awesome. Is it possible to call such a C function from Elisp?


On Sun, Sep 15, 2013 at 6:42 PM, Barry OReilly <gundaetiapo@gmail.com> wrote:
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.