From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#6332: Colors lost from list-colors-display Date: Thu, 03 Jun 2010 22:31:55 +0300 Organization: JURTA Message-ID: <87pr07ev04.fsf@mail.jurta.org> References: <871vcpuwls.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1275596881 5208 80.91.229.12 (3 Jun 2010 20:28:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2010 20:28:01 +0000 (UTC) To: 6332@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 03 22:28:00 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OKH1C-0006LA-SY for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Jun 2010 22:27:59 +0200 Original-Received: from localhost ([127.0.0.1]:57848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKH1C-0002Pe-CB for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Jun 2010 16:27:58 -0400 Original-Received: from [140.186.70.92] (port=36595 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKH17-0002PS-9H for bug-gnu-emacs@gnu.org; Thu, 03 Jun 2010 16:27:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKH14-0006o1-H2 for bug-gnu-emacs@gnu.org; Thu, 03 Jun 2010 16:27:53 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50292) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKH14-0006nx-Ed for bug-gnu-emacs@gnu.org; Thu, 03 Jun 2010 16:27:50 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OKGqc-0003cR-R0; Thu, 03 Jun 2010 16:17:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 03 Jun 2010 20:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6332 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6332-submit@debbugs.gnu.org id=B6332.127559617613857 (code B ref 6332); Thu, 03 Jun 2010 20:17:02 +0000 Original-Received: (at 6332) by debbugs.gnu.org; 3 Jun 2010 20:16:16 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKGpr-0003bS-TK for submit@debbugs.gnu.org; Thu, 03 Jun 2010 16:16:16 -0400 Original-Received: from smtp-out1.starman.ee ([85.253.0.3] helo=mx1.starman.ee) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKGpp-0003bD-8g for 6332@debbugs.gnu.org; Thu, 03 Jun 2010 16:16:14 -0400 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.93.210.cable.starman.ee [82.131.93.210]) by mx1.starman.ee (Postfix) with ESMTP id B41E23F410A for <6332@debbugs.gnu.org>; Thu, 3 Jun 2010 23:16:04 +0300 (EEST) In-Reply-To: <871vcpuwls.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 02 Jun 2010 22:38:23 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 03 Jun 2010 16:17:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:37518 Archived-At: > What was the reason of removing colors? etc/rgb.txt contains 752 colors, > but x-colors now contains only 546. The comment added 2008-05-10 (revno#87519) says that the ordering of the colors is chosen for the user's convenience in `list-colors-display'. But later at 2009-08-05 I provided a patch that adds a new option `list-colors-sort' that defines the sorting order for `list-colors-display': http://thread.gmane.org/gmane.emacs.devel/113422/focus=113687 I propose to revert 2008-05-10 change, so `x-colors' will be again the complete copy of etc/rgb.txt. And to install my patch that implements the current sorting order in `x-colors' as the default value of the new option `list-colors-sort'. -- Juri Linkov http://www.jurta.org/emacs/