From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Color Setup in Emacs Date: Tue, 28 May 2002 14:23:56 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200205282023.g4SKNuL10665@aztec.santafe.edu> References: <28240B44-71CE-11D6-8343-00039398DFDE@claassen.net> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1022617584 24400 127.0.0.1 (28 May 2002 20:26:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 28 May 2002 20:26:24 +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 17CnY0-0006LR-00 for ; Tue, 28 May 2002 22:26:24 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Cnpy-0007Vj-00 for ; Tue, 28 May 2002 22:44:59 +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 17CnWt-0006tv-00; Tue, 28 May 2002 16:25:15 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17CnVe-0006l3-00; Tue, 28 May 2002 16:23:58 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g4SKNuK23754; Tue, 28 May 2002 14:23:56 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g4SKNuL10665; Tue, 28 May 2002 14:23:56 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: emacs@claassen.net In-Reply-To: <28240B44-71CE-11D6-8343-00039398DFDE@claassen.net> (message from Arne Claassen on Mon, 27 May 2002 17:02:10 -0700) 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:4466 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4466 If i use my .emacs file to set up colors like: (set-background-color "DarkSlateGray") (set-foreground-color "Wheat") That is not a bug--these functions apply to one frame only. You can set the defaults for all frames using default-frame-alist or by customizing the `default' font. That ought to work on any system. I thought it was a bug with the MacOS X build, but noticed the same on my linux box. Could you please call the system "GNU/Linux"? It is basically the GNU system, and it is more GNU than Linux; when people call it "Linux", we get none of the credit, and that makes all of our work less effective. See http://www.gnu.org/gnu/linux-and-gnu.html for more explanation.