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:12:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> 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.


        Stefan



reply via email to

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