From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Volker Wysk Newsgroups: gmane.emacs.help Subject: Re: Changing the colors of the initial frame Date: Mon, 04 May 2015 19:39:51 +0200 Message-ID: <1804576.G69fDGqxur@debian> References: <5547ad9b$0$3059$426a34cc@news.free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1430761353 18709 80.91.229.3 (4 May 2015 17:42:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 May 2015 17:42:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 04 19:42:25 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YpKNt-0005Ca-Di for geh-help-gnu-emacs@m.gmane.org; Mon, 04 May 2015 19:42:25 +0200 Original-Received: from localhost ([::1]:35360 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpKNs-0005ns-Uu for geh-help-gnu-emacs@m.gmane.org; Mon, 04 May 2015 13:42:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpKMP-0004LO-Ud for help-gnu-emacs@gnu.org; Mon, 04 May 2015 13:40:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpKML-00033C-Uu for help-gnu-emacs@gnu.org; Mon, 04 May 2015 13:40:53 -0400 Original-Received: from wf164.netcup.net ([46.38.241.100]:49958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpKML-0002yx-Ob for help-gnu-emacs@gnu.org; Mon, 04 May 2015 13:40:49 -0400 Original-Received: from debian.localnet (x55b529a9.dyn.telefonica.de [85.181.41.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by wf164.netcup.net (Postfix) with ESMTPSA id 2192B222AAE for ; Mon, 4 May 2015 19:40:26 +0200 (CEST) User-Agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; ) In-Reply-To: <5547ad9b$0$3059$426a34cc@news.free.fr> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 46.38.241.100 X-Mailman-Approved-At: Mon, 04 May 2015 13:42:16 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104189 Archived-At: Am Montag, 4. Mai 2015, 19:34:19 schrieb Damien Wyart: > * Volker Wysk in gnu.emacs.help: > > I have this in my .emacs: > > > > (setq default-frame-alist '( > > > > However, this does not get applied to the initial frame. > > Have a look at initial-frame-alist. Yes, that's it. Thanx. Volker