[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shorthands have landed on master
From: |
João Távora |
Subject: |
Re: Shorthands have landed on master |
Date: |
Fri, 1 Oct 2021 23:45:10 +0100 |
On Fri, Oct 1, 2021 at 11:38 PM Richard Stallman <rms@gnu.org> wrote:
>
> [[[ 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. ]]]
>
> > > It looks like "-" as a shorthand prefix should not rename `-'. I can
> > > imagine various ways to fix this, some more general and some less
> > > general.
>
> > Yes, me too. And they would need to be put in place if we want to import
> > Magnar Sveen's dash.el library (which uses that prefix), or any of the
> many
> > libraries that depend on dash.el into Emacs, GNU Elpa or non-GNU Elpa.
>
> We certainly want to do this. Can you suggest the way to fix this problem?
The easiest way would seem not to rename a symbol that is nothing more than
the configured shorthand prefix. i.e. doesn't have a suffix. That is
what happens
with '-'.
João