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

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

Re: colour highlighting problem on major modes


From: Peter Dyballa
Subject: Re: colour highlighting problem on major modes
Date: Sat, 16 Feb 2008 10:27:19 +0100


Am 15.02.2008 um 17:00 schrieb Yo Sato:

What could I be missing?


Maybe:

        (cond ((fboundp 'global-font-lock-mode)
           ;; Turn on font-lock in all modes that support it
           (global-font-lock-mode 1)
        ;   (setq font-lock-multiline 'undecided')
           (setq jit-lock-stealth-verbose t)
           (setq jit-lock-mode t)
        ;   (setq jit-lock-stealth-load 80)
           ;; Maximum colors
        ;   (setq font-lock-maximum-decoration t)
(setq font-lock-maximum-decoration '((tex-mode . 2) (latex-mode . 2) (t . t)))
        ))


--
Greetings

  Pete

Clovis' Consideration of an Atmospheric Anomaly:
        The perversity of nature is nowhere better demonstrated
        than by the fact that, when exposed to the same atmosphere,
        bread becomes hard while crackers become soft.







reply via email to

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