Re: Unbound variable: quote

2010-09-25 Thread Andy Wingo
On Fri 24 Sep 2010 19:16, Joel James Adamson writes: > 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 >> f

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: 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/

Unbound variable: quote

2010-09-23 Thread Joel James Adamson
ed*) (else #)) 36: 35 (begin (process-use-modules (list (list #))) *unspecified*) In unknown file: ?: 36* [process-use-modules ... ?: 37* [list ... ?: 38* [list ... ?: 39* (quote (ice-9 popen)) : In expression (quote (ice-9 popen)): : Unbound variable: quote ABORT: (unbound-variabl