From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexandre Garreau Newsgroups: gmane.emacs.devel Subject: Re: master ff4de1b: Fix quoting style in Lisp comments Date: Fri, 17 Sep 2021 02:27:36 +0200 Message-ID: <13387060.yh7h9e01HF@galex-713.eu> References: <20210912165141.9491.52637@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6852"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, juri@linkov.net, rudalics@gmx.at, Stefan Monnier , dgutov@yandex.ru, eliz@gnu.org, larsi@gnus.org To: emacs-devel@gnu.org, rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 17 02:30:10 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 1mR1la-0001X8-ES for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Sep 2021 02:30:10 +0200 Original-Received: from localhost ([::1]:47186 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mR1lY-0005XU-Po for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Sep 2021 20:30:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:32852) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mR1jl-0004ke-VP for emacs-devel@gnu.org; Thu, 16 Sep 2021 20:28:18 -0400 Original-Received: from portable.galex-713.eu ([2a00:5884:8305::1]:36082 helo=galex-713.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mR1jj-0002xL-Mt; Thu, 16 Sep 2021 20:28:17 -0400 Original-Received: from gal by galex-713.eu with local (Exim 4.92) (envelope-from ) id 1mR1j9-0001Gq-Sm; Fri, 17 Sep 2021 02:27:40 +0200 In-Reply-To: Received-SPF: pass client-ip=2a00:5884:8305::1; envelope-from=galex-713@galex-713.eu; helo=galex-713.eu X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:274837 Archived-At: Le vendredi 17 septembre 2021, 02:16:53 CEST Richard Stallman a =C3=A9crit : > Still, I think we should make highlighting give correct results for > files that use `...' as well as for files that use '...'. That should > be possible if the ... stands for a limited set of possible contents. That=E2=80=99s trivial given that a well-formed quotation doesn=E2=80=99t b= egin or end=20 with a space or quotation symbol (in proper traditional english (but if we= =20 do it =E2=80=9Cthe logical way=E2=80=9D it *may* *end* with a punctuation s= ymbol)), given=20 that it will also normally follow a blank and be followed by a blank or a=20 quotation symbol, that alone is sufficient.