all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David De La Harpe Golden <david@harpegolden.net>
To: James Cloos <cloos@jhcloos.com>
Cc: emacs-devel@gnu.org
Subject: Re: Default colours in X11 frames?
Date: Sun, 20 Jul 2008 23:28:31 +0100	[thread overview]
Message-ID: <4883BC0F.5060302@harpegolden.net> (raw)
In-Reply-To: <m3mykcbdjr.fsf@lugabout.jhcloos.org>

James Cloos wrote:
> I notice that my compile of CVS from yesterday has new colours for many
> faces.

> Also, font-local-comment-face, using Firebrick, looks brighter than
> it used to.


Do
(color-values "blue")
and
(color-values "firebrick")

return the same values on pre- and post- merge builds for you?

- they do for me, and I don't seem to see color differences (checked
with the gimp too).  While the NS port _did_ introduce a load of its own
color handling stuff (including some pretty gratuitous-looking color
database duplication - emacs/etc/Emacs.clr vs. emacs/etc/rgb.txt ),  it
seems to be confined to NS-specific code paths.

> I also updated the X server at that time (from its Git master), but
> other apps seem to have the same colours.

N.B. There have been relatively recent changes to the x.org named color
handling - rgb.txt got deprecated, now the server ignores RGBPath and
uses a compiled-in list  (effectively the same values as the historic
default rgb.txt though), and libX11 defaults to trying Xcms before the
server list.  That said, I'd naively expect any weirdness in named-color
resolution on the X side to affect all apps using it equally, so it
probably doesn't explain it.

http://lists.freedesktop.org/archives/xorg/2008-April/034408.html





  reply	other threads:[~2008-07-20 22:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-20 18:44 Default colours in X11 frames? James Cloos
2008-07-20 22:28 ` David De La Harpe Golden [this message]
2008-07-21  2:34   ` Adrian Robert
2008-07-21 13:14   ` James Cloos
2008-07-21 13:30     ` David Kastrup
2008-07-21 20:13       ` James Cloos
2008-07-22  4:04         ` James Cloos
2008-07-22 17:16         ` James Cloos

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=4883BC0F.5060302@harpegolden.net \
    --to=david@harpegolden.net \
    --cc=cloos@jhcloos.com \
    --cc=emacs-devel@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.