Hi all, I'm using CMUCL18d and I've tried the following without luck: * (setf cat (extensions:run-program "/bin/cat" nil :input :stream :output :stream :error :stream :wait nil)) Warning: Declaring CAT special.
#<process 28821 :RUNNING> * (format (extensions:process-input cat) "hello~%") NIL * (read-line (extensions:process-output cat)) Interrupted at #x4011FA52. I was expecting to receive "hello". Instead read-line blocked. Can anyone give me a hand? Best regards, -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico - Lisbon Computer and Software Eng. - A.I. - > http://mega.ist.utl.pt/~pocm --- -> God had a deadline... So, he wrote it all in Lisp!
