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 13:04:33 +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 1130849518 31098 80.91.229.2 (1 Nov 2005 12:51:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Nov 2005 12:51:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 01 13:51:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EWvav-0005bV-QT for ged-emacs-devel@m.gmane.org; Tue, 01 Nov 2005 13:50:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWvau-000810-3p for ged-emacs-devel@m.gmane.org; Tue, 01 Nov 2005 07:50:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EWutw-0008Gr-1M for emacs-devel@gnu.org; Tue, 01 Nov 2005 07:06:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EWuts-0008G5-Dt for emacs-devel@gnu.org; Tue, 01 Nov 2005 07:06:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWuto-0008Fo-23 for emacs-devel@gnu.org; Tue, 01 Nov 2005 07:05:57 -0500 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EWutn-0001ym-Ah for emacs-devel@gnu.org; Tue, 01 Nov 2005 07:05:55 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepa.post.tele.dk (Postfix) with SMTP id 6B22747FE2B; Tue, 1 Nov 2005 13:05:51 +0100 (CET) Original-To: Dan Nicolaescu In-Reply-To: (Kim F. Storm's message of "Tue, 01 Nov 2005 11:03:41 +0100") 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:45235 Archived-At: storm@cua.dk (Kim F. Storm) writes: > 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.... And it should definitely not be enabled if you use -D option. -- Kim F. Storm http://www.cua.dk