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: Nic Ferrier
Subject: Re: adding namespaces to emacs-lisp (better elisp?)
Date: Sat, 27 Jul 2013 17:17:41 +0100

Stefan Monnier <address@hidden> writes:

>> I don't understand what would be different for my implementation
>> strategy. When intern is called directly as a function the evaluator
>> still knows about file local variables and so can detect whether it is
>> in a package or not.
>
>> What am I missing?
>
> When intern is called directly, the buffer/file from which the code was
> read probably doesn't even exist any more.

I do see your point... but that information will have to be persisted
such that intern knows whether it is part of a package or not. That's
the whole basis of the system I think, that intern have that
information.


Nic



reply via email to

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