From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.devel Subject: Re: bug#35005: 27.0.50; Fontification unexpectedly works with anonymous faces Date: Sat, 09 Nov 2019 22:02:54 +0100 Message-ID: <87imnszrsx.fsf@metalevel.at> References: <83r2arj7rv.fsf@gnu.org> <87o8xw6d61.fsf@gnus.org> <871rur4u4j.fsf@gnus.org> <87sgn6abjw.fsf@metalevel.at> <87mudee2pk.fsf@gnus.org> <87y2wpndxs.fsf@metalevel.at> <87tv7czulh.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="257860"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Emacs/26.1 Cc: Stefan Monnier , 35005@debbugs.gnu.org, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 09 22:03:07 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iTXsu-0014tu-PJ for ged-emacs-devel@m.gmane.org; Sat, 09 Nov 2019 22:03:04 +0100 Original-Received: from localhost ([::1]:39806 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTXst-00086p-LX for ged-emacs-devel@m.gmane.org; Sat, 09 Nov 2019 16:03:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51733) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTXsn-00086b-4I for emacs-devel@gnu.org; Sat, 09 Nov 2019 16:02:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTXsm-00067e-4Y for emacs-devel@gnu.org; Sat, 09 Nov 2019 16:02:56 -0500 Original-Received: from metalevel.at ([185.194.236.120]:40192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iTXsl-00064K-Uu for emacs-devel@gnu.org; Sat, 09 Nov 2019 16:02:56 -0500 Original-Received: by metalevel.at (Postfix, from userid 1000) id 63B1D727AD; Sat, 9 Nov 2019 22:02:54 +0100 (CET) In-Reply-To: <87tv7czulh.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 09 Nov 2019 21:02:34 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.194.236.120 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:242054 Archived-At: Lars Ingebrigtsen writes: >> The above docstring should probably replace "face name" by "face" but >> other than that it looks about right. > > OK; updated. Initially, I also thought this would solve it. However, as I mentioned, the Emacs documentation states: "Unless otherwise stated, we will use the term =E2=80=9Cface=E2=80=9D to= refer only to named faces." Therefore, the description now still does not make clear that anonymous faces can be used here. I filed this issue to document this feature, and I would appreciate if a phrasing to that effect could be added. Thank you and all the best, Markus