From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eric Smith Newsgroups: gmane.emacs.help Subject: Re: How to *completely* disable font-lock mode in my .emacs? Date: 27 Apr 2004 16:26:01 -0700 Organization: Eric Conspiracy Secret Labs Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87ekqu9e47.fsf@telia.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083108866 20558 80.91.224.253 (27 Apr 2004 23:34:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2004 23:34:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 28 01:34:18 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIc5i-0002es-00 for ; Wed, 28 Apr 2004 01:34:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIc3Y-0000GU-NC for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Apr 2004 19:32:04 -0400 Original-Newsgroups: gnu.emacs.help X-Eric-Conspiracy: There is no conspiracy. Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: ruckus.brouhaha.com Original-X-Trace: news.spies.com 1083108361 64.62.206.2 (27 Apr 2004 16:26:01 -0700) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.spies.com!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:122774 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18062 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18062 I wrote: > I've tried in vain to figure out what I can put in my .emacs that > will prevent font lock mode from ever being used. Henrik Enberg writes: > (global-font-lock-mode -1) I'm not sure what was turning font-lock-mode on, but this has taken care of it. I had previously tried (global-font-lock-mode nil), which did not have the desired effect. It never occurred to me to use -1. Thanks! Eric