From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: can't turn off font-lock Date: Sun, 12 Aug 2007 06:22:14 +0300 Message-ID: References: <200708112124.l7BLOgG19369@f7.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1186888951 12464 80.91.229.12 (12 Aug 2007 03:22:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2007 03:22:31 +0000 (UTC) Cc: bug-emacs@gnu.org To: karl@freefriends.org (Karl Berry) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Aug 12 05:22:29 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IK425-0000wv-Ek for geb-bug-gnu-emacs@m.gmane.org; Sun, 12 Aug 2007 05:22:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IK424-00086x-Qu for geb-bug-gnu-emacs@m.gmane.org; Sat, 11 Aug 2007 23:22:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IK423-00085t-4a for bug-gnu-emacs@gnu.org; Sat, 11 Aug 2007 23:22:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IK421-00085h-Nk for bug-gnu-emacs@gnu.org; Sat, 11 Aug 2007 23:22:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IK421-00085e-IV for bug-gnu-emacs@gnu.org; Sat, 11 Aug 2007 23:22:21 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IK421-0005Fr-CI for bug-gnu-emacs@gnu.org; Sat, 11 Aug 2007 23:22:21 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IK45B-0004nm-UR for bug-emacs@gnu.org; Sat, 11 Aug 2007 23:25:37 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IK420-0005Ff-Ml for bug-emacs@gnu.org; Sat, 11 Aug 2007 23:22:21 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IK420-0005FX-Aw for bug-emacs@gnu.org; Sat, 11 Aug 2007 23:22:20 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-202-189.inter.net.il [80.230.202.189]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HMY64334 (AUTH halo1); Sun, 12 Aug 2007 06:19:34 +0300 (IDT) In-reply-to: <200708112124.l7BLOgG19369@f7.net> (karl@freefriends.org) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16325 Archived-At: > Date: Sat, 11 Aug 2007 16:24:42 -0500 > From: karl@freefriends.org (Karl Berry) > Cc: > > emacs-22.1 -q --no-site > > 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! That's not fontification, those are faces set by other features. If you place the cursor on one of the characters you think are fontified, and type "C-u C-x =", Emacs will show you the face's name: you will see that those are not font-lock faces.