Re: Using a macro with FOLD alters FOLD procedure!

2005-04-20 Thread Neil Jerram
Rob Browning wrote: Neil Jerram <[EMAIL PROTECTED]> writes: FWIW, I agree. In 1.7.x I believe we have more of the infrastructure in place to get this right - by which I mean to signal an error if a macro is passed in this way. But (having just tried your tests out on 1.7.x) it's not doing this j

Re: About removing the low level thread API

2005-04-20 Thread Mikael Djurfeldt
This is a copy of the file thread-interface.text in the workbook module. I will go to Graz tomorrow but if there are any follow-ups on this post I will try to give some limited replies next week. [Marius, I apologize for not answering another message from you--will do that next week as well.] ---

Re: [PATCH] Improved string writing

2005-04-20 Thread Kevin Ryde
[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

[PATCH] Improved string writing

2005-04-20 Thread Ludovic Courtès
Hi, While running Guile 1.7.2 under `strace', I noticed the following unpleasant thing: write(1, "\"", 1) = 1 write(1, "h", 1)= 1 write(1, "e", 1)= 1 write(1, "l", 1)= 1 write(1, "l", 1)