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: 29 Apr 2004 17:26:28 -0700 Organization: Eric Conspiracy Secret Labs Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083285201 14242 80.91.224.253 (30 Apr 2004 00:33:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2004 00:33:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 30 02:33:14 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 1BJLxq-0003rm-00 for ; Fri, 30 Apr 2004 02:33:14 +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 1BJLxb-0005lC-V5 for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Apr 2004 20:32:59 -0400 Original-Newsgroups: gnu.emacs.help X-Eric-Conspiracy: There is no conspiracy. Original-Lines: 11 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 1083284788 64.62.206.2 (29 Apr 2004 17:26:28 -0700) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.kjsl.com!news.spies.com!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:122853 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:18141 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18141 Eli Zaretskii writes: > Well, it's off by default, so what you ask is already there. OK, I stand corrected. That is exactly what I wanted (off by default). There must be something on my system that was turning it on, but I have not found it yet. Anyhow, turning it off in my .emacs using (global-font-lock-mode -1) has solved the problem. Thanks, Eric