all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonrumney@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: reverting some 22 behavior to how 21 was
Date: Thu, 19 Jul 2007 13:28:26 -0000	[thread overview]
Message-ID: <1184851706.717235.167410@j4g2000prf.googlegroups.com> (raw)
In-Reply-To: <mailman.3603.1184785911.32220.help-gnu-emacs@gnu.org>

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.

  parent reply	other threads:[~2007-07-19 13:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3603.1184785911.32220.help-gnu-emacs@gnu.org>
2007-07-18 20:17 ` reverting some 22 behavior to how 21 was Stefan Monnier
2007-07-18 20:55   ` Reiner Steib
2007-07-19  3:11     ` Stefan Monnier
2007-07-19 13:28 ` Jason Rumney [this message]
2007-07-20  4:20 ` Tim X
2007-07-18 21:51 David Crick
  -- strict thread matches above, loose matches on Subject: below --
2007-07-18 19:11 David Crick
2007-07-18 19:28 ` Allan Gottlieb
2007-07-18 19:32 ` Peter Dyballa

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=1184851706.717235.167410@j4g2000prf.googlegroups.com \
    --to=jasonrumney@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.