emacs-devel
[Top][All Lists]
Advanced

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

Re: Change of Lisp syntax for "fancy" quotes in Emacs 27?


From: Noam Postavsky
Subject: Re: Change of Lisp syntax for "fancy" quotes in Emacs 27?
Date: Sun, 4 Feb 2018 09:47:13 -0500

On Sat, Feb 3, 2018 at 8:16 PM, Michael Heerdegen
<address@hidden> wrote:

> FWIW, we already modified the Lisp reader to catch another style issue
> (to get rid of old-style backquotes) and made it error.  It broke my
> stuff (el-search) horribly - though I don't use old-style backquotes,
> and for code that also doesn't use them.

That backquote change made `read' signal errors when reading
subexpressions of otherwise valid code.

The change under discussion changes what is valid code, so you won't
have the problem of getting read errors for valid code.
(changing what is valid Lisp has other drawbacks, as Drew has
repeatedly pointed out)



reply via email to

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