all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Face differences between emacs-nox & windows-nt
Date: Fri, 08 Oct 2010 14:36:05 +0200	[thread overview]
Message-ID: <83aamooo96.fsf@gnu.org> (raw)
In-Reply-To: <83y6a97xus.fsf@garydjones.name>

> From: "Gary" <help-gnu-emacs@garydjones.name>
> Date: Fri, 08 Oct 2010 13:00:43 +0200
> 
> 1. The background colour of the console and "graphics" windows are very
> different - black vs. white (note: I'm not referring to the effect of
> M-x set-background-color here, but rather the bg colour of the
> window/console "behind" emacs). I happen to prefer a black bg for
> working with text, but other windows lighter in colour (i.e. I would
> also like my graphical emacs to have a black bg).

Does it help to add the following two lines to your ~/.emacs for the
GUI session?

  (add-to-list 'default-frame-alist '(background-color . "black"))
  (add-to-list 'initial-frame-alist '(background-color . "black"))

> Note: calling set-background-color in the console version, where I did
> all my customisation, can have the pretty unpleasant effect of changing
> foreground text colours as well (I guess there is some built-in contrast
> calculation going on somewhere).

Yes, Emacs tries not to show you a combination of colors that would be
illegible.

> Any thoughts on that?

Not sure what you are asking here.



  reply	other threads:[~2010-10-08 12:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-07  9:01 Face differences between emacs-nox & windows-nt Gary
2010-10-07 13:49 ` Eli Zaretskii
2010-10-07 14:23   ` Gary
2010-10-07 15:10     ` Eli Zaretskii
2010-10-07 20:45     ` Thomas Bulka
2010-10-08  8:13       ` Gary
2010-10-08  8:53         ` Eli Zaretskii
2010-10-08 11:00           ` Gary
2010-10-08 12:36             ` Eli Zaretskii [this message]
2010-10-20  8:37               ` Gary
2010-10-20  8:59                 ` Gary
     [not found]                 ` <mailman.0.1287565213.18510.help-gnu-emacs@gnu.org>
2010-10-20 16:45                   ` Stefan Monnier
     [not found]           ` <mailman.3.1286535662.6837.help-gnu-emacs@gnu.org>
2010-10-08 22:18             ` Tim X
2010-10-08 15:14         ` Thomas Bulka

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=83aamooo96.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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.