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: Richard Stallman
Subject: Re: Building Emacs overflowed pure space
Date: Thu, 20 Jul 2006 11:33:01 -0400

    > I see no good reason why each expansion of `dolist' should use a
    > different symbol.  Maybe we can arrange to use one symbol over and
    > over again.  Does this work?

    Does that really work with nested dolist calls?

It ought to; each one will refer to its own binding.

It would work with an ordinary interned symbol, too.
The only reason to use an uninterned symbol is to avoid
interfering with any possible user program.




reply via email to

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