Re: [PATCH] Improved string writing

2005-06-09 Thread Marius Vollmer
[EMAIL PROTECTED] (Ludovic Courtès) writes: Marius Vollmer [EMAIL PROTECTED] writes: Here is a patch for what I have in mind. I have applied it already. Just a note: it seems that the line + data = scm_i_string_chars (exp); appears twice within the loop but is not

Re: [PATCH] Improved string writing

2005-05-24 Thread Marius Vollmer
Kevin Ryde [EMAIL PROTECTED] writes: (I notice write style string output in iprin1() always goes char-by-char, it'd be nice if it scanned ahead for a char needing an escape, to send the non-escape block as a single lfwrite. Decent size runs of plain chars are probably quite likely.) I like

Re: [PATCH] Improved string writing

2005-05-02 Thread Ludovic Courtès
Hi, Kevin Ryde [EMAIL PROTECTED] writes: I expanded the words about the standard ports a bit, for a start: Maybe there should be pointers to `setvbuf' as well? Still, I don't think this makes the changes I proposed earlier in this thread irrelevant. :-) Thanks, Ludovic.