help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to *completely* disable font-lock mode in my .emacs?


From: Eli Zaretskii
Subject: Re: How to *completely* disable font-lock mode in my .emacs?
Date: Sun, 02 May 2004 16:01:49 +0200

> From: Eric Smith <eric-no-spam-for-me@brouhaha.com>
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]