From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Arne Claassen Newsgroups: gmane.emacs.devel Subject: Color Setup in Emacs Date: Mon, 27 May 2002 17:02:10 -0700 Sender: emacs-devel-admin@gnu.org Message-ID: <28240B44-71CE-11D6-8343-00039398DFDE@claassen.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1022544177 31872 127.0.0.1 (28 May 2002 00:02:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 28 May 2002 00:02:57 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17CUS1-0008Hx-00 for ; Tue, 28 May 2002 02:02:57 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17CUja-0005NM-00 for ; Tue, 28 May 2002 02:21:06 +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 17CUSL-0005jH-00; Mon, 27 May 2002 20:03:17 -0400 Original-Received: from smtp2.san.rr.com ([24.25.195.39]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17CURK-0005gC-00 for ; Mon, 27 May 2002 20:02:15 -0400 Original-Received: from localhost (66-74-207-59.san.rr.com [66.74.207.59]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g4S029G17440 for ; Mon, 27 May 2002 17:02:11 -0700 (PDT) Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.481) 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:4450 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4450 I thought it was a bug with the MacOS X build, but noticed the same on my linux box. If i use my .emacs file to set up colors like: (set-background-color "DarkSlateGray") (set-foreground-color "Wheat") and then open a new window, via C-X 5 2, then the next window comes up in the app default colors... Under linux, i can permanently set the colors via .Xdefaults. So is this a bug that the .emacs preferences don't carry forward, or where is the proper place to set up colors? thanks, arne