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: Setting color themes specific to a frame Date: Mon, 20 Feb 2012 09:23:48 +0100 Message-ID: References: <874numgl99.fsf@this.that> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1329726270 12154 80.91.229.3 (20 Feb 2012 08:24:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2012 08:24:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 20 09:24:25 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RzOXp-0005tF-8t for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Feb 2012 09:24:25 +0100 Original-Received: from localhost ([::1]:36645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzOXo-0003SH-4C for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Feb 2012 03:24:24 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzOXg-0003S8-02 for help-gnu-emacs@gnu.org; Mon, 20 Feb 2012 03:24:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzOXa-00039o-3m for help-gnu-emacs@gnu.org; Mon, 20 Feb 2012 03:24:15 -0500 Original-Received: from mail-bk0-f41.google.com ([209.85.214.41]:55528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzOXZ-00039g-U5 for help-gnu-emacs@gnu.org; Mon, 20 Feb 2012 03:24:10 -0500 Original-Received: by bkty12 with SMTP id y12so5238718bkt.0 for ; Mon, 20 Feb 2012 00:24:08 -0800 (PST) Received-SPF: pass (google.com: domain of fatkasuvayu@gmail.com designates 10.204.151.3 as permitted sender) client-ip=10.204.151.3; Authentication-Results: mr.google.com; spf=pass (google.com: domain of fatkasuvayu@gmail.com designates 10.204.151.3 as permitted sender) smtp.mail=fatkasuvayu@gmail.com; dkim=pass header.i=fatkasuvayu@gmail.com Original-Received: from mr.google.com ([10.204.151.3]) by 10.204.151.3 with SMTP id a3mr10841107bkw.34.1329726248256 (num_hops = 1); Mon, 20 Feb 2012 00:24:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=Zb0VN5wX+86wOu0hxYDEWNnS88FHwTjsBlFmU0TsaNw=; b=gcn86IOI9Gl4oGKpiEq1AGxuuh8IZyiBs9bR42cgdTaxPbrRyooUiGLMsXHEhOwISP 5aXlXf6UlOY0VXr5f52nlF1mS9UYtlckEhFL2CZ1Yu9citDLMZ+n6pXYwtJ5pvYddZl5 01M6TE9taGLApf/L3ZZki9h0e/YITxh1HeIiA= Original-Received: by 10.204.151.3 with SMTP id a3mr8758202bkw.34.1329726248171; Mon, 20 Feb 2012 00:24:08 -0800 (PST) Original-Received: by 10.204.131.87 with HTTP; Mon, 20 Feb 2012 00:23:48 -0800 (PST) In-Reply-To: <874numgl99.fsf@this.that> X-Google-Sender-Auth: Vo5lHExjjIz0AvkMCpSeXT1C1LM X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.41 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:83806 Archived-At: Hi Adam, On Mon, Feb 20, 2012 at 05:57, Adam wrote: > I am using emacs 24, and really enjoy the new color theme feature. =C2=A0= I > have one little issue, though. =C2=A0I am using one emacs daemon instance= , > and lots of instances. =C2=A0Some using X11-Frames, some on plain termina= ls. > Is there any method to get the color theme just enabled on X11-frames, > but fall back to the default color theme on terminals - or, more > general - is there a method to set a color theme only for one specific > frame, without affecting the other frames? If you are not using emacs --daemon, then I believe the solution lies in the color-theme library. Setting color-theme-is-global to nil should give you the behaviour you are looking for. For some hint you can look here: GL --=20 Suvayu Open source is the future. It sets us free.