emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: no colors in os x emacs application


From: Jason Rumney
Subject: Re: no colors in os x emacs application
Date: Mon, 16 Oct 2006 22:49:10 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666


; Global coloring
(global-font-lock-mode)
This will toggle font lock off or on, depending on the state before the call.

On older versions of Emacs, font-lock was off by default, so that line would turn it on. On current development versions of Emacs, font-lock is on by default, so that line will turn it OFF!

For consistent results, use:

(global-font-lock-mode 1)





reply via email to

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