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 15:24:27 -0500 Message-ID: <87eiabdc04.fsf@stupidchicken.com> References: <961v6bom3j.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290544018 20417 80.91.229.12 (23 Nov 2010 20:26:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Nov 2010 20:26:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Katsumi Yamaoka , julien@danjou.info Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 23 21:26:53 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 1PKzRx-0005zI-Dy for ged-emacs-devel@m.gmane.org; Tue, 23 Nov 2010 21:26:52 +0100 Original-Received: from localhost ([127.0.0.1]:41390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKzRw-0004M2-Rx for ged-emacs-devel@m.gmane.org; Tue, 23 Nov 2010 15:26:48 -0500 Original-Received: from [140.186.70.92] (port=42345 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKzQv-0003e4-DQ for emacs-devel@gnu.org; Tue, 23 Nov 2010 15:25:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKzQ6-0004Gb-AP for emacs-devel@gnu.org; Tue, 23 Nov 2010 15:25:23 -0500 Original-Received: from pantheon-po41.its.yale.edu ([130.132.50.98]:55773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKzPj-0004BA-E4; Tue, 23 Nov 2010 15:24:31 -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 oANKOSrD031543 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 23 Nov 2010 15:24:28 -0500 Original-Received: by furball (Postfix, from userid 1000) id 88D34160AC8; Tue, 23 Nov 2010 15:24:27 -0500 (EST) In-Reply-To: <961v6bom3j.fsf@fencepost.gnu.org> (Glenn Morris's message of "Tue, 23 Nov 2010 14:50:56 -0500") 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:133080 Archived-At: Glenn Morris writes: >> color-lab.el: New file. > > This needs cl when compiling. (This is flagged by the compiler.) Why is this non-gnus-related library being checked into the Gnus repository?