From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#6332: Colors lost from list-colors-display Date: Fri, 04 Jun 2010 04:42:25 -0400 Message-ID: References: <871vcpuwls.fsf@mail.jurta.org> <87pr07ev04.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1275641925 27392 80.91.229.12 (4 Jun 2010 08:58:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 08:58:45 +0000 (UTC) Cc: 6332@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 04 10:58:42 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 1OKSjh-00082O-7i for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 Jun 2010 10:58:41 +0200 Original-Received: from localhost ([127.0.0.1]:39353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKSjg-0003iT-CQ for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 Jun 2010 04:58:40 -0400 Original-Received: from [140.186.70.92] (port=35256 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKSiz-0003QR-Fd for bug-gnu-emacs@gnu.org; Fri, 04 Jun 2010 04:57:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKSiu-00020s-GA for bug-gnu-emacs@gnu.org; Fri, 04 Jun 2010 04:57:57 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58283) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKSiu-00020n-Eg for bug-gnu-emacs@gnu.org; Fri, 04 Jun 2010 04:57:52 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OKSUY-0006qw-3P; Fri, 04 Jun 2010 04:43:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 04 Jun 2010 08:43: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.127564095126329 (code B ref 6332); Fri, 04 Jun 2010 08:43:02 +0000 Original-Received: (at 6332) by debbugs.gnu.org; 4 Jun 2010 08:42:31 +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 1OKSU3-0006qc-3r for submit@debbugs.gnu.org; Fri, 04 Jun 2010 04:42:31 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKSU0-0006qX-N1 for 6332@debbugs.gnu.org; Fri, 04 Jun 2010 04:42:29 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OKSTx-0005UO-Iy; Fri, 04 Jun 2010 04:42:25 -0400 In-reply-to: <87pr07ev04.fsf@mail.jurta.org> (message from Juri Linkov on Thu, 03 Jun 2010 22:31:55 +0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 04 Jun 2010 04:43: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:37532 Archived-At: > From: Juri Linkov > Date: Thu, 03 Jun 2010 22:31:55 +0300 > Cc: > > > 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'. Can you show the differences between the list before and after the change you suggest? Can someone else please do that on MS-Windows? I don't think we can decide on this without seeing the results first.