From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r102478: shr.el (shr-tag-color-check): Convert colors to hexadecimal with shr-color->hexadecimal. Date: Tue, 23 Nov 2010 17:18:16 -0500 Message-ID: <874ob71y6v.fsf@stupidchicken.com> References: <961v6bom3j.fsf@fencepost.gnu.org> <87eiabdc04.fsf@stupidchicken.com> <87ipznhhe3.fsf@keller.adm.naquadah.org> <87mxoz7mml.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290551217 23125 80.91.229.12 (23 Nov 2010 22:26:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Nov 2010 22:26:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 23 23:26:49 2010 Return-path: Envelope-to: ged-emacs-devel@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 1PL1K4-0006LG-TH for ged-emacs-devel@m.gmane.org; Tue, 23 Nov 2010 23:26:49 +0100 Original-Received: from localhost ([127.0.0.1]:51765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PL1K4-0002vn-DI for ged-emacs-devel@m.gmane.org; Tue, 23 Nov 2010 17:26:48 -0500 Original-Received: from [140.186.70.92] (port=43808 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PL1HE-0001UP-2u for emacs-devel@gnu.org; Tue, 23 Nov 2010 17:24:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PL1Bp-0003Fs-Lv for emacs-devel@gnu.org; Tue, 23 Nov 2010 17:19:54 -0500 Original-Received: from pantheon-po41.its.yale.edu ([130.132.50.98]:39826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PL1Bp-0003FU-J1 for emacs-devel@gnu.org; Tue, 23 Nov 2010 17:18:17 -0500 Original-Received: from furball (dhcp128036226124.central.yale.edu [128.36.226.124]) (authenticated bits=0) by pantheon-po41.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id oANMIGl1008625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 23 Nov 2010 17:18:16 -0500 Original-Received: by furball (Postfix, from userid 1000) id 62092160AC8; Tue, 23 Nov 2010 17:18:16 -0500 (EST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 23 Nov 2010 22:38:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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: news.gmane.org gmane.emacs.devel:133093 Archived-At: Lars Magne Ingebrigtsen writes: >> By that logic, we should move all of Emacs into the Gnus tree. This is >> a general purpose library, not specific to Gnus. It really ought to be >> moved out into the Emacs tree. If no one objects, I'm going to move it. > > It is actively being hacked on, and Gnus is the only user. After it > stabilises then, yes, it should be moved, but not at present. > > It's being worked on. It's brand new code. Chill out. I see. Why not just use hexrgb.el (or build on it)? It's been around long enough that such teething problems should have been eliminated. Drew Adams has an assignment on file; if he is willing to include hexrgb.el under that assignment, we could simply add that to Emacs. Whatever additional functionality you need that isn't already present, you could then simply add.