emacs-devel
[Top][All Lists]
Advanced

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

Re: Imports / inclusion of s.el into Emacs


From: João Távora
Subject: Re: Imports / inclusion of s.el into Emacs
Date: Tue, 5 May 2020 23:12:39 +0100

On Tue, May 5, 2020 at 11:05 PM Phillip Lord <address@hidden> wrote:

> We'd still have a problem if Emacs had full namespaces right? Packages
> always hog the high value namespace.

Not necessarily.  You can declare locally you want to
use all the symbols of a namespace with no qualification
or very terse qualification. Like python's "import as"

Most CL packages systems have that, by the way. It's
called package-local nicknames. If we implement
namespaces, we want something like that.

João







-- 
João Távora



reply via email to

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