From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: Load color-theme in init.el Date: Wed, 15 Aug 2012 22:37:05 +0200 Message-ID: <20120815203705.GA19002@kuru.dyndns-at-home.com> References: <6a95b452-a586-45bd-970a-98f2b356669f@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1345063043 2013 80.91.229.3 (15 Aug 2012 20:37:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Aug 2012 20:37:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, 'Patrick Wang' , 'Nathan LeClaire' To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 15 22:37:22 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T1kL9-0007Q3-9n for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Aug 2012 22:37:19 +0200 Original-Received: from localhost ([::1]:45892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kL8-0001ty-9Z for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Aug 2012 16:37:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kL2-0001sw-Md for help-gnu-emacs@gnu.org; Wed, 15 Aug 2012 16:37:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1kL1-0004aG-Rt for help-gnu-emacs@gnu.org; Wed, 15 Aug 2012 16:37:12 -0400 Original-Received: from mail-wi0-f171.google.com ([209.85.212.171]:46042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kL1-0004a5-La for help-gnu-emacs@gnu.org; Wed, 15 Aug 2012 16:37:11 -0400 Original-Received: by wibhq4 with SMTP id hq4so3007wib.12 for ; Wed, 15 Aug 2012 13:37:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=R0Zur5K/cbbJD4zBz2lqimcCxWgCkF+BtALmeiXevAo=; b=xzvRsP1LlhNACgbIhDZE+TQfQBjemu8ev2dj9G6nHBAtQWld/ODuNCixwEFNXnzySv NoYSnj5Ith98kqOdo9bRGgQDM0zyWE31aJUUELJ3nFqLtFNulofIYX3bV+ZXLROh5url kX/vzSCmEkvXgRvk/jXq7NoMZQAmT5x6zWqVocrp6XGnM91+BM7Ano8L3+tAZkSZO3P3 qPEnE20HZ0MVI18XkjbnroqEMrxJy0exeuzfpWlb4bpEgIdfNp5kd+1wQ22sbfrqL/mG hUVfCRYRA4HRW87pizf+Adt698jPlA1ssCE1BFLbNWaMpGAaXYDK7GmQq/0du22oqey0 UI6w== Original-Received: by 10.216.132.135 with SMTP id o7mr10140710wei.6.1345063030500; Wed, 15 Aug 2012 13:37:10 -0700 (PDT) Original-Received: from kuru.dyndns-at-home.com (AAnnecy-651-1-248-136.w86-209.abo.wanadoo.fr. [86.209.111.136]) by mx.google.com with ESMTPS id b7sm7537692wiz.9.2012.08.15.13.37.08 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Aug 2012 13:37:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2011-07-01) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.171 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86355 Hello Drew, On Tue, Aug 14, 2012 at 06:23:02PM -0700, Drew Adams wrote: > > Hi guys, thanks for replying. If anyone out there is still > > searching, I finally figured out that apparently in Emacs 24 > > color-theme is (slightly?) deprecated. > > No, color-theme is not at all deprecated. It has never been part of GNU Emacs, > so GNU Emacs cannot deprecate it. It is a third-party library, color-theme.el, > and it is still available AFAIK. > I believe starting with the following commit: commit 2faa2c5d69f36c29cdd3b654f4cc9c4b89c81e5a Author: Chong Yidong Date: Mon Apr 23 02:04:54 2012 +0800 * faces.el (face-spec-set): Stop supporting deprecated form of third arg. color-theme stopped working properly with Emacs 24. I switched to custom-theme soon after, so I don't know if the situation has changed. Cheers, -- Suvayu Open source is the future. It sets us free.