From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs color names Date: Wed, 12 May 2010 20:23:47 +0300 Message-ID: <83hbmdowyk.fsf@gnu.org> References: <83d3x2cql4.fsf@garydjones.name> <83ocgmp6cq.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1273686083 23552 80.91.229.12 (12 May 2010 17:41:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 May 2010 17:41:23 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 12 19:41:22 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-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 1OCFvu-000745-Bn for geh-help-gnu-emacs@m.gmane.org; Wed, 12 May 2010 19:41:22 +0200 Original-Received: from localhost ([127.0.0.1]:48633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCFvt-0000eS-IX for geh-help-gnu-emacs@m.gmane.org; Wed, 12 May 2010 13:41:21 -0400 Original-Received: from [140.186.70.92] (port=56314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCFuj-0000W1-5F for Help-gnu-emacs@gnu.org; Wed, 12 May 2010 13:40:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCFgr-0003y1-AF for Help-gnu-emacs@gnu.org; Wed, 12 May 2010 13:25:50 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:40365) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCFgr-0003xZ-3d for Help-gnu-emacs@gnu.org; Wed, 12 May 2010 13:25:49 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L2B00C00GCPBY00@a-mtaout22.012.net.il> for Help-gnu-emacs@gnu.org; Wed, 12 May 2010 20:25:43 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.0.144]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2B007NQHQUBPI0@a-mtaout22.012.net.il> for Help-gnu-emacs@gnu.org; Wed, 12 May 2010 20:25:42 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73641 Archived-At: > Date: Wed, 12 May 2010 08:18:47 +0200 > From: "Gary ." > Cc: > > Moreover, the information does exist - face definitions quite often > use (somewhat) meaningful names. That's unrelated: Emacs transparently maps colors using their RGB values, so any of the colors you see in tty-colors.el will be mapped to the "native" colors whose names you don't like. So those names are not very important. Of course, if you want to propose a change in xterm.el which would present more meaningful "native" names, that's fine, too.