From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: initial-frame-alist Date: Thu, 05 Feb 2009 14:38:23 -0500 Message-ID: References: <87prhxazz9.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233862856 32746 80.91.229.12 (5 Feb 2009 19:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2009 19:40:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 20:42:10 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LVA6p-0003Wc-3d for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2009 20:41:59 +0100 Original-Received: from localhost ([127.0.0.1]:50256 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVA5V-0002lr-Sq for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2009 14:40:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVA3P-0001Jz-Af for emacs-devel@gnu.org; Thu, 05 Feb 2009 14:38:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVA3N-0001Hx-BB for emacs-devel@gnu.org; Thu, 05 Feb 2009 14:38:26 -0500 Original-Received: from [199.232.76.173] (port=44214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVA3N-0001Hs-74 for emacs-devel@gnu.org; Thu, 05 Feb 2009 14:38:25 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:22539 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVA3M-00080d-Ut for emacs-devel@gnu.org; Thu, 05 Feb 2009 14:38:25 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsIEACLPiklFxIvi/2dsb2JhbACBbs5zhBYGgwI X-IronPort-AV: E=Sophos;i="4.37,386,1231131600"; d="scan'208";a="33391490" Original-Received: from 69-196-139-226.dsl.teksavvy.com (HELO pastel.home) ([69.196.139.226]) by ironport2-out.teksavvy.com with ESMTP; 05 Feb 2009 14:38:23 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 7793483D4; Thu, 5 Feb 2009 14:38:23 -0500 (EST) In-Reply-To: <87prhxazz9.fsf@escher.local.home> (Stephen Berman's message of "Thu, 05 Feb 2009 12:24:10 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108799 Archived-At: > It appears that setting initial-frame-alist has no effect if Emacs is > started with --daemon; is this intended? Yes: it's used for the *initial* frame. Not the *first* frame. Stefan