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: [PATCH] Add rainbow-mode Date: Wed, 04 Aug 2010 11:17:44 -0400 Message-ID: <87vd7qwgo7.fsf@stupidchicken.com> References: <1280235011-12761-1-git-send-email-julien@danjou.info> <87zkx8nb9e.fsf@lifelogs.com> <877hk9gjhp.fsf@lifelogs.com> <8739uubh7q.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280935090 26582 80.91.229.12 (4 Aug 2010 15:18:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Aug 2010 15:18:10 +0000 (UTC) Cc: Julien Danjou , emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 04 17:18:09 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 1OgfjM-0003p1-8H for ged-emacs-devel@m.gmane.org; Wed, 04 Aug 2010 17:18:08 +0200 Original-Received: from localhost ([127.0.0.1]:44025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgfjL-0005Si-H6 for ged-emacs-devel@m.gmane.org; Wed, 04 Aug 2010 11:18:07 -0400 Original-Received: from [140.186.70.92] (port=35311 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgfjB-0005QA-52 for emacs-devel@gnu.org; Wed, 04 Aug 2010 11:17:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ogfj4-0007I3-Mv for emacs-devel@gnu.org; Wed, 04 Aug 2010 11:17:52 -0400 Original-Received: from pantheon-po23.its.yale.edu ([130.132.50.117]:60954) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ogfj4-0007Hi-Gj for emacs-devel@gnu.org; Wed, 04 Aug 2010 11:17:50 -0400 Original-Received: from furry (dhcp128036014221.central.yale.edu [128.36.14.221]) (authenticated bits=0) by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o74FHilb021167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Aug 2010 11:17:45 -0400 Original-Received: by furry (Postfix, from userid 1000) id CF54BC013; Wed, 4 Aug 2010 11:17:44 -0400 (EDT) In-Reply-To: <8739uubh7q.fsf@lifelogs.com> (Ted Zlatanov's message of "Wed, 04 Aug 2010 09:11:37 -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:128245 Archived-At: Ted Zlatanov writes: > Even if rainbow-mode.el were included in Emacs with the HSL/HSV > conversions, it sounds like you still want to continue developing > css-color.el (which is fine, of course). Woijciech and Lennart wanted > to merge the two; it seems unlikely based on your comments. > > Right now rainbow-mode.el seems like a better fit for Emacs because it's > more generally useful. Do you have objections to that, or do you want > some time to add the features you mentioned to css-color.el and then we > can reevaluate things? > > Julien, do you have any comments on the HSV/HSL conversions or any other > part of this conversation? I've added rainbow-mode to the Emacs 24 package repository. Duplication does not bother me, since neither css-color and rainbow-mode are very large, but whether the developers of css-color and rainbow-mode want to collaborate is up to them. Assuming the packages don't end up merging, I am open to adding css-color to the repository as well.