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: Fri, 07 Nov 2014 10:43:50 +0200 Message-ID: <83r3xfs8mx.fsf@gnu.org> References: <87a944cm3x.fsf@moondust.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1415349856 28005 80.91.229.3 (7 Nov 2014 08:44:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2014 08:44:16 +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 Fri Nov 07 09:44:09 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 1Xmf9M-0000Z3-KD for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2014 09:44:08 +0100 Original-Received: from localhost ([::1]:58964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmf9M-0001vL-88 for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2014 03:44:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmf9D-0001uv-Sx for emacs-devel@gnu.org; Fri, 07 Nov 2014 03:44:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xmf98-0003hC-0H for emacs-devel@gnu.org; Fri, 07 Nov 2014 03:43:59 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:42929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmf97-0003h7-Nu; Fri, 07 Nov 2014 03:43:53 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NEN00J00UHGC800@mtaout25.012.net.il>; Fri, 07 Nov 2014 10:39:23 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NEN00IXDUPNEW10@mtaout25.012.net.il>; Fri, 07 Nov 2014 10:39:23 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 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:176512 Archived-At: > Date: Fri, 07 Nov 2014 02:13:15 -0500 > From: Richard Stallman > Cc: emacs-devel@gnu.org > > > I would be all for an easy/quick way to toggle "colourisation" on those > > occasions when my buffer text is unreadable, but I find that toggling > > off font-lock-mode does not help (on Emacs 24.4). > > Why doesn't it help? What's the problem? Not every face that defines a color is controlled by font-lock. > That seems like a bug. Perhaps something is setting face properties > directly when it ought to be setting font-lock-face properties. There's nothing wrong with that, we even have infrastructure for doing so (facemenu.el).