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: Gary Houston <ghouston@arglist.com>
   Date: 23 Mar 2000 21:18:38 -0000

   Consider this:

   (char-ready? (open-input-pipe "cat /etc/passwd"))

   => #f

   since the program will take a while to start up.

   Here's a similar example which does work:

   [example w/o using `char-ready?']

cool, that's what i need.  thanks!

thi

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