This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: `expect-strings' and `with-input-from-port'


   From: Allister MacLeod <listopad@mv3d.com>
   Date: Thu, 23 Mar 2000 16:04:44 -0500

   Apparently it's the (char-ready?) that makes B1 not work.  Seems that
   it just returns #f all the time for the with-input-from-port version.
   I have no idea why that happens, or what you should do if you really
   need char-ready? in there.

yeah, `char-ready?' is not really necessary since `expect-strings' has
mechanism for handling EOF object.

thi

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]