bug-guile
[Top][All Lists]
Advanced

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

Re: leaky let*-bindings?


From: Kevin Ryde
Subject: Re: leaky let*-bindings?
Date: Tue, 22 Feb 2005 08:31:23 +1100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Julian Graham <address@hidden> writes:
>
>   (*FRAGMENT* (@ (sdom:owner-document #<procedure #f ()>)))
>
> ...but when you run it after documentadoptnode-14, it's:
>
>   (*FRAGMENT* (http://www.w3.org/1999/xhtml:acronym ...

I notice you return a constant list '(*FRAGMENT*) for the
sdom:node-type-document-fragment case.  Do you modify the cdr of that
directly (ie. with `set-cdr!')?  If so then that constant will be
changed in the code, which is very possibly not what you want.




reply via email to

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