From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add rainbow-mode Date: Mon, 2 Aug 2010 18:06:33 +0200 Message-ID: References: <1280235011-12761-1-git-send-email-julien@danjou.info> <87zkx8nb9e.fsf@lifelogs.com> <877hk9gjhp.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280766541 5392 80.91.229.12 (2 Aug 2010 16:29:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Aug 2010 16:29:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov , Niels Giesen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 02 18:28:59 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 1Ofxso-0003w5-Eo for ged-emacs-devel@m.gmane.org; Mon, 02 Aug 2010 18:28:58 +0200 Original-Received: from localhost ([127.0.0.1]:44531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ofxgl-0006f3-4X for ged-emacs-devel@m.gmane.org; Mon, 02 Aug 2010 12:16:31 -0400 Original-Received: from [140.186.70.92] (port=58250 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfxYB-0003jr-8A for emacs-devel@gnu.org; Mon, 02 Aug 2010 12:07:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfxXV-0000kS-Hl for emacs-devel@gnu.org; Mon, 02 Aug 2010 12:06:58 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:58597) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfxXV-0000kF-FP for emacs-devel@gnu.org; Mon, 02 Aug 2010 12:06:57 -0400 Original-Received: by qwk4 with SMTP id 4so1898312qwk.0 for ; Mon, 02 Aug 2010 09:06:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=6xA0CBUcssIfDyA4fSCulQPZ5VCmVSrPWZaIuNCFe8Y=; b=CZCVEW8bzo8wOSvv2UVKzcxXUP+7Oj4VQjKMCAGS8BKjTCk92AdxdofCmFh1sS1K5C 1UeZWqAi6wEHa0Km2Th5+g1nBVFHueQGoSL56sxdb0RKtUqbqkyRkDPxHl2btszFYj+p WEGK08w0RHj5cErYOMPpuXzE2729+EL6ccObY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ryb7kA85Dc9DhDUFLbOTBMU13sEFTepa95tV22tHSgiPqUIWdT7HIV2vcQqR5mI0PR laSRMQxRVJ4ntgJrhOO5/66R8lxWV0tfrC1hVddL1xBpuvgYoy/d2EcYxta2+ehVMWxg lEjpRux0P2TCsjp972cLK0HUKCoHH8hMEY21g= Original-Received: by 10.224.53.35 with SMTP id k35mr1824592qag.250.1280765213105; Mon, 02 Aug 2010 09:06:53 -0700 (PDT) Original-Received: by 10.229.9.84 with HTTP; Mon, 2 Aug 2010 09:06:33 -0700 (PDT) In-Reply-To: <877hk9gjhp.fsf@lifelogs.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:128132 Archived-At: 2010/8/2 Ted Zlatanov : > > LB> I do not think rainbow-mode has all the functionality in > LB> css-color-mode (but I only glanced at rainbow-mode so I am not quite > LB> sure). Are you really sure of this? > > I agree it doesn't have all the CSS-specific functionality. =C2=A0Is ther= e > something specific you need? I would be glad to get Niels comments on this. I do not think there is much that is very css-specific. (For example the conversion between different color notations could be useful in other places). > rainbow-mode.el is more generally useful and can support the > CSS-specific code, whereas css-color-mode.el can't support tex-mode for > instance. I am surprised to read that, but then perhaps functionality from the both minor modes should be merged?