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: Stefan Monnier
Subject: Re: How to *completely* disable font-lock mode in my .emacs?
Date: Mon, 03 May 2004 14:14:33 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>> 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

I wish that was the reason.  Sadly, nil is treated specially as a toggle.


        Stefan


reply via email to

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