emacs-devel
[Top][All Lists]
Advanced

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

Re: Old-style backquotes


From: Alan Mackenzie
Subject: Re: Old-style backquotes
Date: Sat, 9 Dec 2017 20:48:31 +0000
User-agent: Mutt/1.7.2 (2016-11-26)

Hello, Philipp.

On Sat, Dec 09, 2017 at 20:44:35 +0000, Philipp Stephani wrote:
> Philipp Stephani <address@hidden> schrieb am So., 8. Okt. 2017 um
> 18:59 Uhr:

> > Eli Zaretskii <address@hidden> schrieb am So., 8. Okt. 2017 um 18:38 Uhr:

> >> > From: Philipp Stephani <address@hidden>
> >> > Date: Sun, 08 Oct 2017 16:25:44 +0000
> >> > Cc: address@hidden, address@hidden

> >> > Here's a new patch that also fixes the byte compiler tests.

> >> Thanks, LGTM, but please mention the NEWS change in the log message.

> >> Also, the log message should quote 'like this', not ‘like this’.


> > Fixed and pushed as 9613690f6e to master.


> I've now fixed the Bovine issue and re-pushed this commit as 8b8197235f to
> master.

Just as a matter of interest, I think there are still some old style
backquotes in advice.el.  In master:

    find . -name '*.el' | xargs grep -n '(` '

produces:

    ./emacs-lisp/advice.el:1517:;;   (` (list (, x))))
    ./emacs-lisp/advice.el:1550:;;         (` (progn (print (, x))

.  Do these need converting?

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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