From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: reverting some 22 behavior to how 21 was Date: Thu, 19 Jul 2007 13:28:26 -0000 Organization: http://groups.google.com Message-ID: <1184851706.717235.167410@j4g2000prf.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1184852455 27472 80.91.229.12 (19 Jul 2007 13:40:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2007 13:40:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 19 15:40:54 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IBWFP-0007RU-4f for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jul 2007 15:40:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBWFJ-0007BR-AV for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jul 2007 09:40:45 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j4g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 83.67.23.108 Original-X-Trace: posting.google.com 1184851707 8037 127.0.0.1 (19 Jul 2007 13:28:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 19 Jul 2007 13:28:27 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j4g2000prf.googlegroups.com; posting-host=83.67.23.108; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.help:150225 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45805 Archived-At: On 18 Jul, 20:11, "David Crick" 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.