[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch to display "System" colors
From: |
Jason Rumney |
Subject: |
Re: Patch to display "System" colors |
Date: |
15 Nov 2003 15:41:44 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
"Eli Zaretskii" <address@hidden> writes:
> > From: Jason Rumney <address@hidden>
> > Date: 15 Nov 2003 14:28:16 +0000
> >
> > I think the idea is to let users know that these exist so they can
> > use them in their own customizations. The other duplicates that are
> > suppressed are spelling variations, so it is not important to show
> > all of those in list-colors-display.
>
> Then perhaps we should modify the code that rejects colors so that it
> only rejects based on spelling, not on pixel values.
It might be enough to remove spaces, downcase and standardize
gray/grey before doing the comparison.