emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Default colours in X11 frames?


From: James Cloos
Subject: Re: Default colours in X11 frames?
Date: Mon, 21 Jul 2008 09:14:38 -0400
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

>>>>> "David" == David De La Harpe Golden <address@hidden> writes:

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

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

Thanks.  That was the cluebat I needed.

It allowed me to narrow the problem down to XParseColor(3x).

In effect, instead of matching the equivilent of the pcre /^colour$/i
it is doing the equivilent of the pcre /^colour/i on a shuffle of the
colour list.

So when I ask for 'firebrick' it gived me 'firebrick2'.  And for 'blue'
it returns 'blue violet' aka 'BlueViolet'.

I've tracked down the bug (in the X server) and will fix it.

-JimC
-- 
James Cloos <address@hidden>         OpenPGP: 1024D/ED7DAEA6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]