From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: list-colors-display: display all color names Date: Wed, 05 Jan 2005 21:13:13 +0200 Message-ID: <01c4f35a$Blat.v2.2.2$bf8cd2e0@zahav.net.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1104952670 12368 80.91.229.6 (5 Jan 2005 19:17:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2005 19:17:50 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 05 20:17:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CmGf7-0001Er-00 for ; Wed, 05 Jan 2005 20:17:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmGqN-0006no-JT for ged-emacs-devel@m.gmane.org; Wed, 05 Jan 2005 14:29:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmGpl-0006Zl-8u for emacs-devel@gnu.org; Wed, 05 Jan 2005 14:28:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmGpk-0006ZK-Aa for emacs-devel@gnu.org; Wed, 05 Jan 2005 14:28:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmGpk-0006Ys-3W for emacs-devel@gnu.org; Wed, 05 Jan 2005 14:28:40 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CmGdb-0001Aa-VE for emacs-devel@gnu.org; Wed, 05 Jan 2005 14:16:08 -0500 Original-Received: from zaretski (IGLD-83-130-250-9.inter.net.il [83.130.250.9]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AFG98223 (AUTH halo1); Wed, 5 Jan 2005 21:15:30 +0200 (IST) Original-To: "Drew Adams" X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31905 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31905 > From: "Drew Adams" > Cc: > Date: Wed, 5 Jan 2005 10:12:36 -0800 > > Is there a reason not to treat an _arbitrary_ number (3*n) of hex > digits? Unnecessary complication of the Lisp code in tty-colors.el?