Re: Unbound variable: quote

2010-09-24 Thread Andy Wingo
On Thu 23 Sep 2010 18:19, Joel James Adamson writes: > Why would `quote' be redefined? What's going on here and how can I fix it? Perhaps the module that you are calling use-modules in has no binding for `quote'. This problem is fixed in 1.9, FWIW. Andy -- http://wingolog.org/

Re: Unbound variable: quote

2010-09-24 Thread Joel James Adamson
Andy Wingo writes: > On Thu 23 Sep 2010 18:19, Joel James Adamson writes: > >> Why would `quote' be redefined? What's going on here and how can I fix it? > > Perhaps the module that you are calling use-modules in has no binding > for `quote'. Is there anything I can do about that? Would I hav

Re: pipe buffering

2010-09-24 Thread Neil Jerram
Aidan Gauland writes: > Maybe it would be better to post my original program that would just > hang. I was only using expect to print debugging messages; my > original program used expect-strings. > > --Aidan > > #! /usr/bin/guile -s > !# > > (use-modules (ice-9 expect)) > (use-modules (ice-9 po