emacs-devel
[Top][All Lists]
Advanced

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

Re: adding namespaces to emacs-lisp (better elisp?)


From: Stefan Monnier
Subject: Re: adding namespaces to emacs-lisp (better elisp?)
Date: Sat, 27 Jul 2013 10:14:18 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> The symbol named "AA" with which I played there, was interned only in
> the package named "A", and only once (in the first call to INTERN).
> Once I've imported this symbol in the package named "B', it is visible
> there: FIND-SYMBOL and INTERN find it.  But it's still the symbol named

Right, so there is a new notion of a symbol being "present" in an
obarray, whereas in Emacs there's only the notion of a symbol being
"interned" in an obarray.


        Stefan



reply via email to

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