From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Global Font Lock by default Date: Tue, 01 Nov 2005 11:03:41 +0100 Message-ID: References: <200510311648.j9VGmgKN020532@scanner2.ics.uci.edu> <200511010729.jA17TkKN014345@scanner2.ics.uci.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130844710 16701 80.91.229.2 (1 Nov 2005 11:31:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Nov 2005 11:31:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 01 12:31:44 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EWuLI-0006gL-Vr for ged-emacs-devel@m.gmane.org; Tue, 01 Nov 2005 12:30:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWuLH-0005H9-95 for ged-emacs-devel@m.gmane.org; Tue, 01 Nov 2005 06:30:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EWtdl-0003VM-V2 for emacs-devel@gnu.org; Tue, 01 Nov 2005 05:45:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EWtTo-0002fJ-T5 for emacs-devel@gnu.org; Tue, 01 Nov 2005 05:35:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWt0t-00020w-9I for emacs-devel@gnu.org; Tue, 01 Nov 2005 05:05:09 -0500 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EWt0t-00049q-4d for emacs-devel@gnu.org; Tue, 01 Nov 2005 05:05:07 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepa.post.tele.dk (Postfix) with SMTP id B402347FE05; Tue, 1 Nov 2005 11:04:59 +0100 (CET) Original-To: Dan Nicolaescu In-Reply-To: <200511010729.jA17TkKN014345@scanner2.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 31 Oct 2005 23:29:44 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:45230 Archived-At: Dan Nicolaescu writes: > Well, this patch seems to give good results in all my tests: > > *** loadup.el 31 Oct 2005 08:36:02 -0800 1.143 > --- loadup.el 31 Oct 2005 23:21:16 -0800 > *************** > *** 209,214 **** > --- 209,216 ---- > (load "ediff-hook") > (if (fboundp 'x-show-tip) (load "tooltip")) > > + (global-font-lock-mode t) > + (customize-mark-as-set 'global-font-lock-mode) > (message "%s" (garbage-collect)) > > ;If you want additional libraries to be preloaded and their Maybe we should have a --no-font-lock -nfl options.... -- Kim F. Storm http://www.cua.dk