From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.bugs Subject: Re: can't turn off font-lock Date: Sun, 12 Aug 2007 17:54:30 -0500 Message-ID: <200708122254.l7CMsUT25379@f7.net> References: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1186959322 773 80.91.229.12 (12 Aug 2007 22:55:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2007 22:55:22 +0000 (UTC) Cc: bug-emacs@gnu.org To: eliz@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Aug 13 00:55:19 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 1IKML7-00018m-Pf for geb-bug-gnu-emacs@m.gmane.org; Mon, 13 Aug 2007 00:55:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKML7-0003WM-Ay for geb-bug-gnu-emacs@m.gmane.org; Sun, 12 Aug 2007 18:55:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKMKY-0002xY-7T for bug-gnu-emacs@gnu.org; Sun, 12 Aug 2007 18:54:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKMKW-0002vN-JZ for bug-gnu-emacs@gnu.org; Sun, 12 Aug 2007 18:54:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKMKW-0002vD-Fo for bug-gnu-emacs@gnu.org; Sun, 12 Aug 2007 18:54:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKMKV-0006XJ-O8 for bug-gnu-emacs@gnu.org; Sun, 12 Aug 2007 18:54:39 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKMNj-0004rv-8s for bug-emacs@gnu.org; Sun, 12 Aug 2007 18:57:59 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IKMKQ-0006WQ-Rn for bug-emacs@gnu.org; Sun, 12 Aug 2007 18:54:37 -0400 Original-Received: from server1.f7.net ([64.34.169.74] helo=f7.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKMKQ-0006VN-Bc; Sun, 12 Aug 2007 18:54:34 -0400 X-Envelope-From: karl@freefriends.org X-Envelope-To: bug-emacs@gnu.org Original-Received: (from karl@localhost) by f7.net (8.11.7-20030920/8.11.7) id l7CMsUT25379; Sun, 12 Aug 2007 17:54:30 -0500 In-Reply-To: X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:16331 Archived-At: That's not fontification, those are faces set by other features. I'm sorry for being unclear; this distinction was unknown to me. I was using "fontification" as a generic term, meaning "appearing some fancy kind of output", whether colors, a different font, bold, underlined, whatever; using a "face", I guess. I don't remember coming across any technical definition of "fontification" in the manual, although I could easily have missed it. karl