emacs-devel
[Top][All Lists]
Advanced

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

Re: master ff4de1b: Fix quoting style in Lisp comments


From: Dmitry Gutov
Subject: Re: master ff4de1b: Fix quoting style in Lisp comments
Date: Mon, 13 Sep 2021 01:42:08 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Hi Eli,

On 12.09.2021 19:51, Eli Zaretskii wrote:
-;; `eval' is hence the core of the culprit.  It's used on:
+;; 'eval' is hence the core of the culprit.  It's used on:

-;; encouraged to use `lisp-data-mode' instead.
+;; encouraged to use 'lisp-data-mode' instead.

-;; The time- functions below translate nil to `current-time' and
-;; accept an integer as of Emacs 25.  `decode-time' and
-;; `format-time-string' accept nil on Emacs 24 but don't accept an
+;; The time- functions below translate nil to 'current-time' and
+;; accept an integer as of Emacs 25.  'decode-time' and
+;; 'format-time-string' accept nil on Emacs 24 but don't accept an

Is this a good idea?

I'm not sure we ever agreed to standardize on straight quotes in Lisp comments (as opposed to plain text files like NEWS).

More importantly, the symbol references inside `...' are font-locked with font-lock-constant-face, and references inside '...' do not.



reply via email to

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