From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Global Font Lock by default Date: Thu, 03 Nov 2005 08:50:13 -0500 Message-ID: References: <200510311648.j9VGmgKN020532@scanner2.ics.uci.edu> <200511010729.jA17TkKN014345@scanner2.ics.uci.edu> <85mzknjlqt.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1131028871 3954 80.91.229.2 (3 Nov 2005 14:41:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2005 14:41:11 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 03 15:41:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXgFs-0004xC-9q for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 15:39:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXgFq-0007lO-WB for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 09:39:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXfc9-00008M-E7 for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:58:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXfc6-00006w-WB for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:58:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXfTq-0006fS-8c for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:50:15 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EXfTq-0002yJ-Hy for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:50:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EXfTp-0007ZZ-3Y; Thu, 03 Nov 2005 08:50:13 -0500 Original-To: David Kastrup In-reply-to: <85mzknjlqt.fsf@lola.goethe.zz> (message from David Kastrup on Wed, 02 Nov 2005 13:08:10 +0100) 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:45355 Archived-At: Also, I think that for -batch, it does not make sense to have font lock enabled. I agree with that. So --batch, like -D, should turn it off. But I don't see a need for -nfl. You may want to edit a certain file without font lock, but why would you start a new Emacs to do that? The way to do that is to visit it and then type M-x font-lock-mode.