all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: "Yo Sato" <yosato16@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: colour highlighting problem on major modes
Date: Sat, 16 Feb 2008 10:27:19 +0100	[thread overview]
Message-ID: <6A5EF16D-EB02-4BDA-9EF1-02A290892EE2@Web.DE> (raw)
In-Reply-To: <a10948b50802150800k671dc00fq68ba7342aa14f095@mail.gmail.com>


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	other threads:[~2008-02-16  9:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-15 16:00 colour highlighting problem on major modes Yo Sato
2008-02-16  9:27 ` Peter Dyballa [this message]
2008-02-16 18:44   ` Yo Sato

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6A5EF16D-EB02-4BDA-9EF1-02A290892EE2@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=yosato16@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.