[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
- Re: Imports / inclusion of s.el into Emacs, (continued)
- Re: Imports / inclusion of s.el into Emacs, Stefan Kangas, 2020/05/06
- Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/06
- Re: Imports / inclusion of s.el into Emacs, Dmitry Gutov, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, João Távora, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Lars Ingebrigtsen, 2020/05/03
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Phillip Lord, 2020/05/05
- Re: Imports / inclusion of s.el into Emacs,
João Távora <=
- Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/05
Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/01
Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/01
Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/02
Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/03
Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/03