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: Andreas Schwab
Subject: Re: Building Emacs overflowed pure space
Date: Tue, 25 Jul 2006 13:08:12 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> So why does
> (aset search-whitespace-regexp 0 ?x)
> not fail?

Because nobody has put search-whitespace-regexp in pure space.

> isearch.el is loaded from loadup.el.

Loading from loadup.el does not mean putting all strings in pure space.
Only explicit calls to purecopy do that.  There are only a few types
objects that are implicitly put in pure space, like byte code objects or
function bodies.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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