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/