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: Tue, 11 Jun 2002 13:40:42 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <1023607376.8184.1228.camel@space-ghost> <87adq3jp5y.fsf@tc-1-100.kawasaki.gol.ne.jp> <1023735066.26240.14.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 1023795743 32148 127.0.0.1 (11 Jun 2002 11:42:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Jun 2002 11:42:23 +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 17Hk2Z-0008MP-00 for ; Tue, 11 Jun 2002 13:42:23 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17HkPs-00059m-00 for ; Tue, 11 Jun 2002 14:06:28 +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 17Hk2I-00075J-00; Tue, 11 Jun 2002 07:42:06 -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 17Hk0y-0006w1-00; Tue, 11 Jun 2002 07:40:44 -0400 Original-Received: from hniksic by florida.munich.redhat.com with local (Exim 3.35 #1 (Debian)) id 17Hk0w-0000Gi-00; Tue, 11 Jun 2002 13:40:42 +0200 Original-To: Colin Walters 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 (Colin Walters's message of "10 Jun 2002 14:51:06 -0400") 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:4749 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4749 Colin Walters writes: > But the only reason many of those variables (e.g. > `font-lock-maximum-size', `font-lock-maximum-decoration') were added > is for speed reasons. Other highlighting mechanims have speed issues as well. For example, Gnus prefers not to highlight huge messages because that would take too long. If I controled that with `M-x font-lock-mode' (which would buy me nothing in turns of convenience; Gnus has variables to fine-tune its highlighting), I would expect things like `font-lock-maximum-size' to keep working. Plus, font-lock-maximum-decoration is not only about speed. Some people don't *like* too much decoration.