From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sven.bretfeld@gmx.ch Newsgroups: gmane.emacs.help Subject: Re: color customisation and multiple windows Date: Mon, 16 Apr 2007 00:09:13 +0200 Message-ID: <20070415220913.GC14768@relwi.unibe.ch> References: <1176546326.810613.249810@e65g2000hsc.googlegroups.com> <1176580709.12944.1.camel@oaktree.karlheg.lan> <4622871C.20900@gatech.edu> <20070415214537.GB14768@relwi.unibe.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176675046 31518 80.91.229.12 (15 Apr 2007 22:10:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Apr 2007 22:10:46 +0000 (UTC) To: emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 16 00:10:40 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HdCvf-0001aa-V9 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Apr 2007 00:10:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdD0D-0006DY-56 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Apr 2007 18:15:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdCys-0005ux-G2 for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 18:13:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdCyr-0005uC-PJ for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 18:13:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdCyr-0005tc-GA for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 18:13:57 -0400 Original-Received: from mxout.hispeed.ch ([62.2.95.247] helo=smtp.hispeed.ch) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1HdCuJ-0000H1-79 for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 18:09:15 -0400 Original-Received: from kamaloka.dhatu (80-219-144-82.dclient.hispeed.ch [80.219.144.82]) by smtp.hispeed.ch (8.12.11.20060308/8.12.11/taifun-1.0) with ESMTP id l3FM9DK9014766 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 16 Apr 2007 00:09:13 +0200 Original-Received: from sven by kamaloka.dhatu with local (Exim 4.63) (envelope-from ) id 1HdCuH-0000Aw-2i for help-gnu-emacs@gnu.org; Mon, 16 Apr 2007 00:09:13 +0200 Content-Disposition: inline In-Reply-To: <20070415214537.GB14768@relwi.unibe.ch> X-Operating-System: Debian GNU/Linux 4.0 Kernel 2.6.18-4-486 User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: ClamAV version 0.88.7, clamav-milter version 0.88.7 on smtp-04.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-02.tornado.cablecom.ch-Metrics: smtp-04.tornado.cablecom.ch 1378; Body=1 Fuz1=1 Fuz2=1 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42705 Archived-At: On Sun, Apr 15, 2007 at 11:45:37PM +0200, sven.bretfeld@gmx.ch wrote: > There surely is a possibility to start the theme only when X > is used. Can anybody tell me how I can do this? Ok. I can answer my own question. The solution is: (when (not window-system) (color-theme-emacs-nw) ) Sometimes it's better to try before asking other people. Sorry. Greetings, Sven