[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Imports / inclusion of s.el into Emacs
From: |
Richard Stallman |
Subject: |
Re: Imports / inclusion of s.el into Emacs |
Date: |
Wed, 13 May 2020 00:07:05 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> One thing that I'd like to discuss is whether it's a good idea or not to
> rename s.el to magnar-string.el. Maybe there's a way to keep calling it
> s.el and let every client keep using (require 's).
We could have a file s.el which is not an ordinary file of Lisp,
but rather a special stub for 'require' to access.
(require 's) would load magnars.el, then set up the renamings for the
rest of the containing file so that it can say s-foo and that will be
renamed to magnars-foo.
The s.el file can include a precise list of the necessary renamings
for callers to use. This woud be updated by scanning magnars.el.
--
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
- Re: Imports / inclusion of s.el into Emacs, (continued)
- Re: Imports / inclusion of s.el into Emacs, João Távora, 2020/05/07
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/07
- Re: Imports / inclusion of s.el into Emacs, João Távora, 2020/05/09
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/11
- Re: Imports / inclusion of s.el into Emacs, João Távora, 2020/05/12
- Re: Imports / inclusion of s.el into Emacs, Adam Porter, 2020/05/12
- Re: Imports / inclusion of s.el into Emacs, João Távora, 2020/05/12
- Re: Imports / inclusion of s.el into Emacs, Adam Porter, 2020/05/12
- Re: Imports / inclusion of s.el into Emacs, João Távora, 2020/05/12
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/13
- Re: Imports / inclusion of s.el into Emacs,
Richard Stallman <=
- Re: Imports / inclusion of s.el into Emacs, João Távora, 2020/05/18
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/23
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/12
- Re: Imports / inclusion of s.el into Emacs, João Távora, 2020/05/13
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/12
- Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/06
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/06
- Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/06
- Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/07
- Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/07