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