From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Fwd: Flymake and the 'face' property Date: Tue, 29 Jan 2019 21:48:33 +0200 Message-ID: <8336pb2qjy.fsf@gnu.org> References: <20190128152540.6870.46132@vcs0.savannah.gnu.org> <20190128152541.12A4D20B50@vcs0.savannah.gnu.org> <30bm401x64.fsf@fencepost.gnu.org> <83r2cw35jq.fsf@gnu.org> <83munk33gj.fsf@gnu.org> <83h8dr2yll.fsf@gnu.org> <83bm3z2vyv.fsf@gnu.org> <87munj2tzz.fsf@gnu.org> <837een2rz1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="249619"; mail-complaints-to="usenet@blaine.gmane.org" Cc: bojohan@gnu.org, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 29 20:48:59 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.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1goZNS-0012o2-U8 for ged-emacs-devel@m.gmane.org; Tue, 29 Jan 2019 20:48:59 +0100 Original-Received: from localhost ([127.0.0.1]:54733 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goZNR-0004ZC-M6 for ged-emacs-devel@m.gmane.org; Tue, 29 Jan 2019 14:48:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goZNF-0004YF-7w for emacs-devel@gnu.org; Tue, 29 Jan 2019 14:48:45 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goZNE-00071d-U0; Tue, 29 Jan 2019 14:48:45 -0500 Original-Received: from [176.228.60.248] (port=1634 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1goZNE-00028g-8H; Tue, 29 Jan 2019 14:48:44 -0500 In-reply-to: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Tue, 29 Jan 2019 19:33:33 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:232810 Archived-At: > From: João Távora > Date: Tue, 29 Jan 2019 19:33:33 +0000 > Cc: Johan Bockgård , > emacs-devel > > > > > A 'face' property is documented for general use only for text, not for > > > > symbol plists. > > > (put 'rng-error 'face 'rng-error) > > > > I don't see how this contradicts what I said. Do you? > > Well you did say that 'face should *not* be put on symbol plists, > but the documentation and the code states otherwise. A single well-documented exception doesn't invalidate the rule.