guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unbound variable: quote


From: Andy Wingo
Subject: Re: Unbound variable: quote
Date: Sat, 25 Sep 2010 15:55:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Fri 24 Sep 2010 19:16, Joel James Adamson <address@hidden> writes:

> Andy Wingo <address@hidden> writes:
>
>> On Thu 23 Sep 2010 18:19, Joel James Adamson <address@hidden> 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 have to redefine quote
> in my top-level script?

No, this usually happens because you make a #:pure module, while not
defining imported modules within the define-module #:use-module clauses,
instead using the use-modules toplevel syntax.

Hope that helps,

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]