emacs-devel
[Top][All Lists]
Advanced

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

Re: Building Emacs overflowed pure space


From: Kim F. Storm
Subject: Re: Building Emacs overflowed pure space
Date: Thu, 20 Jul 2006 01:13:51 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> Is it OK to place `(setq ...)' after `,@body' as in the CL-version?
>
> The setq can be placed after, but the cdr can't, in case the `body' does
> a setcdr on it.

Really?
I thought the whole point of using make-symbol was to create an
anonymous loop-var to prevent BODY from accessing/modifying the list.

Besides, if the CL version is correct, why cannot the subr version of
dolist do the same?

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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