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

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

Re: Stop minibuffer display of "Fontifying..." ? ?


From: ken
Subject: Re: Stop minibuffer display of "Fontifying..." ? ?
Date: Wed, 14 Jul 2010 10:03:24 -0400
User-agent: Thunderbird 2.0.0.24 (X11/20100318)

On 07/14/2010 08:35 AM Eli Zaretskii wrote:
>> Date: Wed, 14 Jul 2010 08:25:48 -0400
>> From: ken <gebser@mousecar.com>
>>
>> So how do I stop
>> these messages from showing up in the minibuffer.
> 
> Customize font-lock-verbose to nil?

Thanks, Eli.  Did that, restarted emacs, but got the same "Fontifying
..." messages. "C-h v font-lock-verbose" says:

font-lock-verbose is a variable defined in `font-lock.el'.
Its value is nil
....

After customizing, I didn't find this variable in my ~/.emacs though.
So I put it in manually, at the bottom just above the
"(custom-set-variables..." block, like this:

(setq font-lock-verbose nil)

But still no happy-happy.  (Still getting "Fontifying....")

Moved the function to the top of .emacs.... Same deal.





reply via email to

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