unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Eli Zaretskii" <eliz@is.elta.co.il>
Cc: emacs-devel@gnu.org
Subject: Re: list-colors-display shows only one color
Date: Mon, 11 Feb 2002 21:48:25 +0200	[thread overview]
Message-ID: <8296-Mon11Feb2002214825+0200-eliz@is.elta.co.il> (raw)
In-Reply-To: <20020211184827.60D5.LEKTU@terra.es> (message from Juanma Barranquero on Mon, 11 Feb 2002 19:12:33 +0100)

> From: Juanma Barranquero <lektu@terra.es>
> Date: Mon, 11 Feb 2002 19:12:33 +0100
> 
> M-x list-colors-display shows only one color ("snow") in my system, a
> Windows XP in 32-bit color mode. Previously it showed the full list.
> 
> (x-display-color-cells) returns 1, BTW.

That's the bug, right there: x-display-color-cells should report the
true number of colors supported by the display.  If it reports 1, many
features in color support will start to break down, list-colors-display
being the least of them.

The change I made simply makes a point of not displaying more colors
than the terminal supports.  That is The Right Thing, IMHO, since
otherwise someone could set internal variables and lists of colors to
preposterous values, and get strange results in list-colors-display.
It is also needed for extended color support on tty's, where the
number of colors in tty-color-alist can be much larger than the
actual number of distinct colors a tty can display.

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-11 19:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-11 18:12 list-colors-display shows only one color Juanma Barranquero
2002-02-11 19:48 ` Eli Zaretskii [this message]
2002-02-11 20:44   ` Andreas Schwab
2002-02-12  5:41     ` Eli Zaretskii
2002-02-12 11:01       ` Andreas Schwab
2002-02-12 11:05         ` Eli Zaretskii
2002-02-13 15:37     ` Richard Stallman
2002-02-13 16:25       ` Andreas Schwab
2002-02-12  9:00   ` Juanma Barranquero
2002-02-12 12:18     ` Juanma Barranquero
2002-02-13 13:31       ` Andreas Schwab
2002-02-13 14:13         ` Juanma Barranquero
2002-02-13 14:39           ` Andreas Schwab
2002-02-13 15:39       ` Richard Stallman
2002-02-13 17:07         ` Juanma Barranquero

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8296-Mon11Feb2002214825+0200-eliz@is.elta.co.il \
    --to=eliz@is.elta.co.il \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).