[EMAIL PROTECTED] (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.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to