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

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

Re: reverting some 22 behavior to how 21 was


From: Jason Rumney
Subject: Re: reverting some 22 behavior to how 21 was
Date: Thu, 19 Jul 2007 13:28:26 -0000
User-agent: G2/1.0

On 18 Jul, 20:11, "David Crick" <dacr...@gmail.com> wrote:

> (add-hook 'paragraph-indent-text-mode-hook 'flyspell-mode)

(add-hook 'paragraph-indent-text-mode-hook 'turn-on-flyspell)

> (add-hook 'paragraph-indent-text-mode-hook 'refill-mode)

(add-hook 'paragraph-indent-text-mode-hook (lambda () (refill-mode
1)))


> As I use a black terminal
> background the dark blue is difficult to see; in 21 the entire
> line was gray.  What option can I set to change the blue text?

How do you set the background? Emacs should automatically use cyan on
a dark background, the fact it is using dark blue suggests that it
thinks you have a light background. If that is the case, then rather
than customizing each individual face (running into the hundreds if
you have to change them all), it would be better to figure out why
emacs doesn't know your background is dark, and fix that.



reply via email to

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