emacs-devel
[Top][All Lists]
Advanced

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

Re: Shorthands have landed on master


From: Michael Heerdegen
Subject: Re: Shorthands have landed on master
Date: Thu, 30 Sep 2021 06:26:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Bodertz <bodertz@gmail.com> writes:

> ;; Local Variables:
> ;; elisp-shorthands: (("-" . "testing-"))
> ;; End:

Yes, with that

(read-from-string "-") -> (testing- . 1)

So No Wayman was correct: Emacs doesn't like that ATM, the arithmetic
function `-' is not read as such any more in the above case.

Michael.




reply via email to

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