From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master ff4de1b: Fix quoting style in Lisp comments Date: Thu, 16 Sep 2021 16:31:06 +0300 Message-ID: <8335q4abqd.fsf@gnu.org> References: <20210912165141.9491.52637@vcs0.savannah.gnu.org> <20210912165143.5BC1E20A5E@vcs0.savannah.gnu.org> <47d6e9a6-f334-eda9-2e08-0a946e51fc4a@yandex.ru> <83v934emk7.fsf@gnu.org> <87sfy8d7oo.fsf@gnus.org> <9194fc93-fb9c-000f-a35a-321ddd259893@gmx.at> <8735q5yi63.fsf@mail.linkov.net> <83czp9by3s.fsf@gnu.org> <05cbffe0-f89b-ff54-64f5-cd1d11bac4f5@yandex.ru> <831r5pbt7j.fsf@gnu.org> <83wnnhacy4.fsf@gnu.org> <40937e22-994f-466c-87be-4f70a522118a@yandex.ru> <83o88t9kgb.fsf@gnu.org> <9672aeae-a969-1526-003b-abb1b00b5b49@yandex.ru> <87sfy43dlt.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39768"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, juri@linkov.net, rudalics@gmx.at, monnier@iro.umontreal.ca, dgutov@yandex.ru, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 16 15:35:47 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mQrYI-000A8v-VU for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Sep 2021 15:35:46 +0200 Original-Received: from localhost ([::1]:43094 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQrYG-0003vK-Ti for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Sep 2021 09:35:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQrTt-0007BJ-Kg for emacs-devel@gnu.org; Thu, 16 Sep 2021 09:31:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50664) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQrTr-0000er-Qv; Thu, 16 Sep 2021 09:31:11 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2127 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQrTo-0007Lu-Tt; Thu, 16 Sep 2021 09:31:11 -0400 In-Reply-To: <87sfy43dlt.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu, 16 Sep 2021 14:32:30 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:274810 Archived-At: > From: Lars Ingebrigtsen > Date: Thu, 16 Sep 2021 14:32:30 +0200 > Cc: stefan@marxist.se, emacs-devel@gnu.org, rudalics@gmx.at, > Stefan Monnier , Eli Zaretskii , > juri@linkov.net > > .el/.c files are not plain text files, they are source code files, and I > do not agree that we have to (or should) change the convention from > `...' there. At least not until we have fixed our tool chain to > respect '...' in .el/.c files Btw, `...' in *.c files is not highlighted. > and if we decide to move to '...', we > should do so everywhere in those files: Both doc strings and comments. That is impossible, because doc strings must still use `...'. And I don't see why comments and doc strings should use the same convention, they are used differently.