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: Sun, 15 Apr 2007 23:45:37 +0200 Message-ID: <20070415214537.GB14768@relwi.unibe.ch> References: <1176546326.810613.249810@e65g2000hsc.googlegroups.com> <1176580709.12944.1.camel@oaktree.karlheg.lan> <4622871C.20900@gatech.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176673563 27352 80.91.229.12 (15 Apr 2007 21:46:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Apr 2007 21:46:03 +0000 (UTC) To: emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 15 23:45:57 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 1HdCXi-0001P9-6H for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Apr 2007 23:45:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdCcF-0008On-3E for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Apr 2007 17:50:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdCc3-0008Og-Oa for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 17:50:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdCc1-0008OI-Sd for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 17:50:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdCc1-0008OF-MT for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 17:50:21 -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 1HdCXT-0005nD-Kd for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 17:45:39 -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 l3FLjbVK025140 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 15 Apr 2007 23:45:37 +0200 Original-Received: from sven by kamaloka.dhatu with local (Exim 4.63) (envelope-from ) id 1HdCXR-0001YF-7j for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 23:45:37 +0200 Content-Disposition: inline In-Reply-To: <4622871C.20900@gatech.edu> 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-05.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-01.tornado.cablecom.ch-Metrics: smtp-05.tornado.cablecom.ch 1377; 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:42704 Archived-At: Hi On Sun, Apr 15, 2007 at 04:12:12PM -0400, Matthew Flaschen wrote: > Thanks. That seems interesting. I'm going to try color-theme-tty-dark > for a while. Do anyone have recommendations from that package? I noticed the color-themes package when reading this thred today. After installing it, I chose the Gnome 2 theme. It is quite beautiful and smooth to the eyes, even after working a whole day. But I have a problem. I often use emacs -nw for writing emails. But the color theme makes buffers almost illegible when emacs is started that way. There surely is a possibility to start the theme only when X is used. Can anybody tell me how I can do this? At the moment I have the following lines in my .emacs: (require 'color-theme) (color-theme-gnome2) Thanks for help Sven