From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-15?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: Color Setup in Emacs Date: Tue, 28 May 2002 11:08:16 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <28240B44-71CE-11D6-8343-00039398DFDE@claassen.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022576928 6645 127.0.0.1 (28 May 2002 09:08:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 28 May 2002 09:08:48 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17CcyG-0001j4-00 for ; Tue, 28 May 2002 11:08:48 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17CdG0-0000ZB-00 for ; Tue, 28 May 2002 11:27:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Ccyo-0000J2-00; Tue, 28 May 2002 05:09:22 -0400 Original-Received: from waldorf.cs.uni-dortmund.de ([129.217.4.42]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Ccxs-0000Fu-00 for ; Tue, 28 May 2002 05:08:24 -0400 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id g4S98Mb01053; Tue, 28 May 2002 11:08:22 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id LAA28831; Tue, 28 May 2002 11:08:17 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id C23AF3B41C; Tue, 28 May 2002 11:08:16 +0200 (CEST) Original-To: Arne Claassen In-Reply-To: <28240B44-71CE-11D6-8343-00039398DFDE@claassen.net> (Arne Claassen's message of "Mon, 27 May 2002 17:02:10 -0700") Original-Lines: 12 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4458 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4458 Arne Claassen writes: > (set-background-color "DarkSlateGray") > (set-foreground-color "Wheat") These are documented to apply to the current frame only. You can set the colors of the `default' face (M-x customize-face RET default RET) or (add-to-list 'default-frame-alist '(background-color . "green")). kai -- Silence is foo!