guile-user
[Top][All Lists]
Advanced

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

Re: [PATCH] Improved string writing


From: Kevin Ryde
Subject: Re: [PATCH] Improved string writing
Date: Thu, 21 Apr 2005 07:45:53 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

address@hidden (Ludovic Courtès) writes:
>
> While running Guile 1.7.2 under `strace', I noticed the following
> unpleasant thing:

What happened to the port buffering?

> The patch below adds buffering in `iprin1' (print.c)

That doesn't sound like a good place.

> Note that `format' in (ice-9 format) uses `write-char', which
> unfortunately leads to the same problem as above.

For the fixed parts of the format string it probably does that to keep
track of the output column, something it should let the port do.




reply via email to

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