emacs-devel
[Top][All Lists]
Advanced

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

Re: t and nil in pure memory?


From: David Kastrup
Subject: Re: t and nil in pure memory?
Date: Mon, 16 Nov 2009 09:24:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> If one sorts the pure symbols to the end of the obarray bucket chain
>> before dumping, they can't possibly be followed by non-pure symbols in
>> their life time since intern adds to the front of a bucket chain.
>
> Except when you call unintern, of course.
> No, I'm just not willing to go there.  Too much trouble, too little gain.

I am skeptical that we have everything in place that is required to
properly support

(unintern nil)
(unintern t)

right now.

-- 
David Kastrup





reply via email to

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