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:23:47 -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> <408FC9CB.7040606@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083285176 14201 80.91.224.253 (30 Apr 2004 00:32:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2004 00:32:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 30 02:32:50 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 1BJLxS-0003qu-00 for ; Fri, 30 Apr 2004 02:32:50 +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 1BJLxH-0005f3-1P for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Apr 2004 20:32:39 -0400 Original-Newsgroups: gnu.emacs.help X-Eric-Conspiracy: There is no conspiracy. Original-Lines: 12 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 1083284627 64.62.206.2 (29 Apr 2004 17:23:47 -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:122852 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:18140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18140 I wrote: > I had previously tried (global-font-lock-mode nil), which did > not have the desired effect. It never occurred to me to use -1. Kevin Rodgers writes: > Did it occur to you to read the function's doc string with `C-h f'? I thought I had done that, but apparently not. I must have found mention of the function elsewhere. So either nil is positive (which seems somewhat unlikely), or the documentation for the function is incorrect.