GNU bug report logs - #9402
list-colors-display

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> jurta.org>

Date: Mon, 29 Aug 2011 19:55:01 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Juri Linkov <juri <at> jurta.org>
Subject: bug#9402: closed (Re: bug#9402: list-colors-display)
Date: Thu, 01 Sep 2011 10:10:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#9402: list-colors-display

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 9402 <at> debbugs.gnu.org.

-- 
9402: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9402
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> jurta.org>
Cc: 9402-done <at> debbugs.gnu.org, jan.h.d <at> swipnet.se
Subject: Re: bug#9402: list-colors-display
Date: Thu, 01 Sep 2011 06:06:05 -0400
> From: Juri Linkov <juri <at> jurta.org>
> Cc: jan.h.d <at> swipnet.se,  9402 <at> debbugs.gnu.org
> Date: Thu, 01 Sep 2011 11:36:44 +0300
> 
> > Aha, and what would your "system defaults" do when the background mode
> > changes?  The Windows "default" region color is a very deep blue
> > background, which will be almost invisible on a dark background.
> 
> Exactly the same deep blue background is currently used by default
> on a dark background in the face definition:
> 
>   (defface region
>     '((((class color) (min-colors 88) (background dark))
>        :background "blue3")

No, they are different.  Look at the RGB values, if you don't see that
by just looking at the colors.  Blue3 looks sufficiently different
from black on my display.

Anyway, time to close this bug report.

[Message part 3 (message/rfc822, inline)]
From: Juri Linkov <juri <at> jurta.org>
To: bug-gnu-emacs <at> gnu.org
Subject: list-colors-display
Date: Mon, 29 Aug 2011 22:27:50 +0300
Two problems related to `list-colors-display':

1. On a tty, running `M-x list-colors-display RET' displays
truncated hex color values like:              red    #cd000$
where $ is displayed at the end of the partial line.

To display the complete line this could be fixed by incrementing
`align-to' from 9 to 10 in `list-colors-print'.  But after that
when running it on X two extra spaces are displayed at the end
of these lines.

Maybe the bug is somewhere deeper in the display engine
that aligns differently on a tty and X?

2. New faces `gtk_selection_fg_color' and `gtk_selection_bg_color'
now are available for using on GTK but they are not listed in
`list-colors-display', and they can't be selected and completed in
`customize-face'.

There are more colors that are valid for using but hidden from users
such as e.g. on a tty: `unspecified-fg', `unspecified-bg'.



This bug report was last modified 13 years and 325 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.