From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: How to *completely* disable font-lock mode in my .emacs? Date: Sun, 02 May 2004 16:01:49 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1438-Sun02May2004160148+0300-eliz@gnu.org> References: <87ekqu9e47.fsf@telia.com> <408FC9CB.7040606@yahoo.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1083504054 24199 80.91.224.253 (2 May 2004 13:20:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 May 2004 13:20:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 02 15:20:44 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 1BKGtg-0003gC-00 for ; Sun, 02 May 2004 15:20:44 +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 1BKGsU-00024X-I7 for geh-help-gnu-emacs@m.gmane.org; Sun, 02 May 2004 09:19:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BKGo5-0007JW-Vq for help-gnu-emacs@gnu.org; Sun, 02 May 2004 09:14:57 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKGn4-0006Qf-1c for help-gnu-emacs@gnu.org; Sun, 02 May 2004 09:14:26 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BKGn2-0006Oo-AI for help-gnu-emacs@gnu.org; Sun, 02 May 2004 09:13:52 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by mx20.gnu.org with esmtp (Exim 4.30) id 1BKGbq-0004sZ-Hy for help-gnu-emacs@gnu.org; Sun, 02 May 2004 09:02:18 -0400 Original-Received: from zaretski (pns03-201-118.inter.net.il [80.230.201.118]) by legolas.inter.net.il (MOS 3.4.5-GR) with ESMTP id BRP22225; Sun, 2 May 2004 16:02:01 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Eric Smith on 29 Apr 2004 17:23:47 -0700) 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:18197 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18197 > From: Eric Smith > Newsgroups: gnu.emacs.help > Date: 29 Apr 2004 17:23:47 -0700 > > So either nil is positive (which seems somewhat unlikely), or the > documentation for the function is incorrect. What global-font-lock-mode looks at is the _numerical_value_ of the prefix arg (see the doc string of prefix-numeric-value). You can try that function with nil and see that (prefix-numeric-value nil) => 1