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: Lars Ingebrigtsen
Subject: Re: master ff4de1b: Fix quoting style in Lisp comments
Date: Mon, 13 Sep 2021 10:06:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Dmitry Gutov <dgutov@yandex.ru> writes:

>> +;; 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.

Yeah, I'm against changing `foo' to 'foo' in comments.  It's just too
confusing to have a different syntax in the doc strings and in the
comments.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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