[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: persistent data feature
From: |
Richard Stallman |
Subject: |
Re: persistent data feature |
Date: |
Mon, 13 Dec 2021 23:13:25 -0500 |
[[[ 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. ]]]
> > I think RMS may have meant the dynamic module support which exists in
> > Emacs.
Yes, that is what I had in mind.
> In that case, it's a misunderstanding and a tangent in the context of
> this discussion. We don't use sqlite3 via a dynamic module, and I
> personally think it would be wrong for Emacs to provide _any_ core
> feature through modules -- doing so just adds complexity for no good
> reason.
If we really want a feature to be in the core, then we don't want to
make it a dynamic module.
However, it can happen that we want to support a feature with C code
but we don't want it to add to the complexity of core Emacs. Making
it a module could be a way to support it but keep it out of the core.
That would also reduce the number of libraries that Emacs depends on
-- because if a module depends on the library, that means Emacs itself
does not have to depend on it.
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
- Re: persistent data feature, (continued)
- Re: persistent data feature, Tomas Hlavaty, 2021/12/11
- Re: persistent data feature, Alexandre Garreau, 2021/12/11
- Re: persistent data feature, Tomas Hlavaty, 2021/12/11
- Re: persistent data feature, Eli Zaretskii, 2021/12/11
- Re: persistent data feature, Alexandre Garreau, 2021/12/11
- Re: persistent data feature, Alexandre Garreau, 2021/12/11
- Re: persistent data feature, Richard Stallman, 2021/12/12
- Re: persistent data feature, Eli Zaretskii, 2021/12/13
- Re: persistent data feature, Po Lu, 2021/12/13
- Re: persistent data feature, Eli Zaretskii, 2021/12/13
- Re: persistent data feature,
Richard Stallman <=
- Re: persistent data feature, Po Lu, 2021/12/13
- Re: persistent data feature, Richard Stallman, 2021/12/15
- Re: persistent data feature, Eli Zaretskii, 2021/12/14
- Re: persistent data feature, Richard Stallman, 2021/12/15
- Re: persistent data feature, Alexandre Garreau, 2021/12/15
- Re: persistent data feature, Stefan Monnier, 2021/12/15
- Re: persistent data feature, Richard Stallman, 2021/12/15
- Re: persistent data feature, Stefan Monnier, 2021/12/15
- Re: persistent data feature, Alexandre Garreau, 2021/12/16
- Re: persistent data feature, Eli Zaretskii, 2021/12/16