From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.devel Subject: Re: new text property Date: Mon, 10 Jun 2002 14:07:02 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <1023607376.8184.1228.camel@space-ghost> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023710978 5175 127.0.0.1 (10 Jun 2002 12:09:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2002 12:09:38 +0000 (UTC) Cc: emacs-devel@gnu.org, xemacs-design@xemacs.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17HNzN-0001LM-00 for ; Mon, 10 Jun 2002 14:09:37 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17HOMD-000743-00 for ; Mon, 10 Jun 2002 14:33:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HNyr-0000sP-00; Mon, 10 Jun 2002 08:09:05 -0400 Original-Received: from 212-84-246-077.trmd.net ([212.84.246.77] helo=florida.munich.redhat.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HNx4-0000cv-00 for ; Mon, 10 Jun 2002 08:07:15 -0400 Original-Received: from hniksic by florida.munich.redhat.com with local (Exim 3.35 #1 (Debian)) id 17HNws-0003NP-00; Mon, 10 Jun 2002 14:07:02 +0200 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-15?q?Gro=DFjohann?=) X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Mon, 10 Jun 2002 13:16:51 +0200") Original-Lines: 15 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i686-pc-linux) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4697 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4697 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai writes: > As I understand, M-x font-lock-mode RET _is_ generic, despite the > name. How have you come to that conclusion? There are different highlighting mechanisms that have nothing to do with font-lock mode, such as those used by Gnus and VM. > But in the end, it doesn't make too much of a difference: > font-lock-mode is just a general toggle for the mode to do > highlighting however it likes to do that. You can overload font-lock-mode to mean that, but it has traditionally not been the case.