all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Warren Harris <warrenharris@google.com>
Cc: 7943@debbugs.gnu.org
Subject: bug#7943: white background is color #e5e5e5 in terminal window
Date: Sat, 12 Mar 2011 21:44:15 +0200	[thread overview]
Message-ID: <83d3lwrunk.fsf@gnu.org> (raw)
In-Reply-To: <AANLkTikiyOxNhk9igiaEFtsgvAkzNUMDoM8=7Na=pU0G@mail.gmail.com>

> From: Warren Harris <warrenharris@google.com>
> Date: Sat, 12 Mar 2011 10:39:10 -0800
> Cc: 
> 
> Any update on this bug? Thanks,

Sorry for such a long delay.

This is not a bug.  The xterm colors are defined on lisp/term/xterm.el
as follows:

  (defvar xterm-standard-colors
    ;; The names in the comments taken from XTerm-col.ad in the xterm
    ;; distribution, see ftp://dickey.his.com/xterm/.  RGB values are
    ;; from rgb.txt.
    '(("black"          0 (  0   0   0))	; black
      ("red"            1 (205   0   0))	; red3
      ("green"          2 (  0 205   0))	; green3
      ("yellow"         3 (205 205   0))	; yellow3
      ("blue"           4 (  0   0 238))	; blue2
      ("magenta"        5 (205   0 205))	; magenta3
      ("cyan"           6 (  0 205 205))	; cyan3
      ("white"          7 (229 229 229))	; gray90
      ("brightblack"    8 (127 127 127))	; gray50
      ("brightred"      9 (255   0   0))	; red
      ("brightgreen"   10 (  0 255   0))	; green
      ("brightyellow"  11 (255 255   0))	; yellow
      ("brightblue"    12 (92   92 255))	; rgb:5c/5c/ff
      ("brightmagenta" 13 (255   0 255))	; magenta
      ("brightcyan"    14 (  0 255 255))	; cyan
      ("brightwhite"   15 (255 255 255)))	; white

As you see, what is called "white" in list-colors-display is actually
gray90, and its RGB components are 229 decimal, or E5 hex.  Exactly
what you see.  This definition is used to leave FFFFFF for
brightwhite, see above.

So I suggest to close this bug.





  reply	other threads:[~2011-03-12 19:44 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-30 18:58 bug#7943: 23.1; white background is color #e5e5e5 in terminal window Warren Harris
2011-01-31 16:14 ` bug#7943: Acknowledgement (23.1; white background is color #e5e5e5 in terminal window) Warren Harris
2011-03-12 18:39 ` bug#7943: white background is color #e5e5e5 in terminal window Warren Harris
2011-03-12 19:44   ` Eli Zaretskii [this message]
2011-03-12 20:18     ` Drew Adams
2011-03-12 20:40       ` Lennart Borgman
2011-03-12 21:09       ` Eli Zaretskii
2011-03-12 21:46         ` Warren Harris
2011-03-12 22:30           ` Eli Zaretskii
     [not found]             ` <AANLkTi=0H52EhBhrFQg5Q0+Xmo8w79Zbd2_1o3kGhHTw@mail.gmail.com>
2011-03-13  4:00               ` Eli Zaretskii
2011-03-13 17:42                 ` Warren Harris
2011-03-13 18:27                   ` Eli Zaretskii
2011-03-13 20:17                     ` Warren Harris
2011-03-13 21:50                       ` Eli Zaretskii
2011-03-13 21:23                     ` Stefan Monnier
2011-03-13 21:53                       ` Eli Zaretskii
2011-03-12 21:50         ` Drew Adams
2011-03-12 22:46           ` Eli Zaretskii
2011-03-12 22:57             ` Drew Adams
     [not found] ` <handler.7943.D7943.129996906125049.notifdone@debbugs.gnu.org>
2011-03-13  0:57   ` bug#7943: closed (Re: bug#7943: white background is color #e5e5e5 in terminal window) Warren Harris
2011-03-13  6:29     ` Eli Zaretskii
2011-03-13  6:55       ` Eli Zaretskii

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=83d3lwrunk.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=7943@debbugs.gnu.org \
    --cc=warrenharris@google.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.