guile-user
[Top][All Lists]
Advanced

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

Re: [PATCH] Improved string writing


From: Paul Jarc
Subject: Re: [PATCH] Improved string writing
Date: Thu, 21 Apr 2005 18:26:54 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

Kevin Ryde <address@hidden> wrote:
> Alas I think that'd be an incompatible change, programs printing a
> prompt or progress info probably depend on immediate output as the
> default.

But the output can be immediate without splitting it up into multiple
system calls.  (display "foo") can result in write(1, "foo", 3), and
as long as that write is done before (display) returns, it's still
just as immediate.


paul




reply via email to

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