guile-user
[Top][All Lists]
Advanced

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

Re: Flushing a buffer


From: Sam Phillips
Subject: Re: Flushing a buffer
Date: Wed, 3 Apr 2002 10:41:42 -0800
User-agent: Mutt/1.3.25i

On Wed, Apr 03, 2002 at 08:34:01AM -0600, Brian wrote:
> How can I flush an output buffer in guile?  Is there something like
> (flush-output-port ...)???
> 

http://www.glug.org/docbits/guile-doc-out/html/guile-1.4/guile_14.html#SEC186

primitive: force-output [port]
    Flush the specified output port, or the current output port if port
    is omitted. The current output buffer contents are passed to the
    underlying port implementation (e.g., in the case of fports, the
    data will be written to the file and the output buffer will be
    cleared.) It has no effect on an unbuffered port.

-- 
Sam Phillips <address@hidden>                http://www.dasbistro.com
Reno                                                              Nevada



reply via email to

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