From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: can't turn off font-lock Date: Sun, 12 Aug 2007 13:56:00 -0400 Message-ID: References: <200708112124.l7BLOgG19369@f7.net> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1186941174 17291 80.91.229.12 (12 Aug 2007 17:52:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2007 17:52:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: karl@freefriends.org (Karl Berry) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 12 19:52:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IKHcO-0004JO-Fy for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2007 19:52:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKHcN-0003q7-Uk for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2007 13:52:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKHcJ-0003ox-TC for emacs-devel@gnu.org; Sun, 12 Aug 2007 13:52:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKHcH-0003ol-Fl for emacs-devel@gnu.org; Sun, 12 Aug 2007 13:52:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKHcH-0003oi-AQ for emacs-devel@gnu.org; Sun, 12 Aug 2007 13:52:41 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKHcG-0004aY-UB for emacs-devel@gnu.org; Sun, 12 Aug 2007 13:52:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IKHfU-0004MA-LY; Sun, 12 Aug 2007 13:56:00 -0400 In-reply-to: <200708112124.l7BLOgG19369@f7.net> (karl@freefriends.org) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76382 Archived-At: And invoke: M-x eval-expression RET (global-font-lock-mode 0) RET And now I try a few commands: C-h a font-lock RET (a *Help* buffer) M-x grep RET e /etc/issue RET (grep to get a couple matches) M-x shell RET pwd RET In all cases, I observe that fontification is happening. Argh! E.g., the "pwd" is highlighted, the grep matches and filenames are highlighted, the *Help* buffer is fancily formatted. I think these cases are different. I do not observe any fontification in M-x shell. In M-x grep, I do observe it, but M-x font-lock-mode turns it off. (I wonder why it was on.) In C-h a font-lock RET, I see faces regardless of whether Font-Lock mode is enabled. All that is in the trunk. Can someone please debug these problems, then ack?