Re: setvbuf can't make it unbuffered

2013-03-14 Thread Nala Ginrut
On Thu, 2013-03-14 at 09:58 +0100, Andy Wingo wrote: > Hi :) > > On Thu 14 Mar 2013 04:38, Mike Gran writes: > > >> From: Andy Wingo > > > >>I made some notes there. > >> > > > > I noticed in your comments to Nala G that you recommend using > > `print-exception'. Is that intended to be public

Re: setvbuf can't make it unbuffered

2013-03-14 Thread Andy Wingo
Hi :) On Thu 14 Mar 2013 04:38, Mike Gran writes: >> From: Andy Wingo > >>I made some notes there. >> > > I noticed in your comments to Nala G that you recommend using > `print-exception'.  Is that intended to be public API?  It doesn't > appear in the manual. It is intended to be public, yes.

Re: setvbuf can't make it unbuffered

2013-03-13 Thread Mike Gran
> From: Andy Wingo >I made some notes there. > Hi Andy, I noticed in your comments to Nala G that you recommend using `print-exception'.  Is that intended to be public API?  It doesn't appear in the manual. Thanks, Mike

Re: setvbuf can't make it unbuffered

2013-03-13 Thread Nala Ginrut
To whom may interested in Guile-100, I have to explain that I'm not the volunteer this week, I wrote 'cat' just because the code strike me. And I'm sorry to bother folks with this code. 在 2013-3-13 PM9:09,"Andy Wingo" 写道: > On Wed 13 Mar 2013 12:05, Nala Ginrut writes: > > > I'm playing Guile

Re: setvbuf can't make it unbuffered

2013-03-13 Thread Andy Wingo
On Wed 13 Mar 2013 12:05, Nala Ginrut writes: > I'm playing Guile 'cat' for Guile-100, but I found that 'setvbuf' seems > can't make it unbuffered. > Anyone folks could help it for me? > > Here is the code: > https://gist.github.com/NalaGinrut/5151115 I made some notes there. FWIW if in the fut

setvbuf can't make it unbuffered

2013-03-13 Thread Nala Ginrut
Hi guys! I'm playing Guile 'cat' for Guile-100, but I found that 'setvbuf' seems can't make it unbuffered. Anyone folks could help it for me? Here is the code: https://gist.github.com/NalaGinrut/5151115