chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #885: pty egg: example doesn't work


From: Chicken Trac
Subject: Re: [Chicken-janitors] #885: pty egg: example doesn't work
Date: Wed, 18 Jul 2012 17:05:57 -0000

#885: pty egg: example doesn't work
-------------------------+--------------------------------------------------
  Reporter:  megane      |       Owner:  ashinn
      Type:  defect      |      Status:  closed
  Priority:  minor       |   Milestone:        
 Component:  extensions  |     Version:  4.7.x 
Resolution:  fixed       |    Keywords:  pty   
-------------------------+--------------------------------------------------

Comment(by megane):

 Sorry, I should have been more specific. I actually got the `Error: can't
 read from FD - Resource temporarily unavailable: 4' error with everything
 I tried. For example with this:
 {{{
 (use pty)

 (call-with-pty-process-io "date"
   (lambda (in out pid)
     (peek-char in)
     (print (read-line in))))
 }}}

 But now it seems to be fixed, thanks!

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/885#comment:4>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]