From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Turning off colorization Date: Sat, 08 Nov 2014 10:15:26 +0200 Message-ID: <83r3xeqfa9.fsf@gnu.org> References: <87a944cm3x.fsf@moondust.localdomain> <83r3xfs8mx.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1415434567 5534 80.91.229.3 (8 Nov 2014 08:16:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Nov 2014 08:16:07 +0000 (UTC) Cc: nljlistbox2@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 08 09:16:00 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xn1Bf-0002WS-PG for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2014 09:15:59 +0100 Original-Received: from localhost ([::1]:35218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xn1Bf-0008K8-B8 for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2014 03:15:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xn1BW-0008JA-Fa for emacs-devel@gnu.org; Sat, 08 Nov 2014 03:15:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xn1BQ-0006FK-IW for emacs-devel@gnu.org; Sat, 08 Nov 2014 03:15:50 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:52185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xn1BQ-0006ES-9n; Sat, 08 Nov 2014 03:15:44 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NEP00B00O3JAT00@a-mtaout23.012.net.il>; Sat, 08 Nov 2014 10:15:42 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NEP00BAPOA67Q50@a-mtaout23.012.net.il>; Sat, 08 Nov 2014 10:15:42 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:176567 Archived-At: > Date: Sat, 08 Nov 2014 01:44:31 -0500 > From: Richard Stallman > CC: nljlistbox2@gmail.com, emacs-devel@gnu.org > > Manual specification, such as with facemenu, should go on the face property. > However, automatic font specification -- anything equivalent in spirit > to Font-Lock mode -- should set font-lock-face instead. > > The purpose of this is so that M-x font-lock-mode will toggle whether > those faces actually appear in the display. > > Thus, if html-mode sets the faces through `face', it should be fixed > to set `font-lock-face' instead. This is a misunderstanding: the discussion here is not about colors set by html-mode based on some syntactic properties of HTML markup, it's about colors set by an HTML renderer as specified by the HTML page that Emacs is about to display.