From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: 23.0.91; initial-buffer-choice useless with emacs daemon Date: Thu, 09 Apr 2009 22:25:20 -0400 Message-ID: <87ocv5mei7.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239330236 8840 80.91.229.12 (10 Apr 2009 02:23:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Apr 2009 02:23:56 +0000 (UTC) Cc: 2825@emacsbugs.donarmstrong.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 10 04:25:14 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 1Ls6Qc-0004Ww-Eg for ged-emacs-devel@m.gmane.org; Fri, 10 Apr 2009 04:25:14 +0200 Original-Received: from localhost ([127.0.0.1]:48268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ls6PD-0001Y9-Od for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 22:23:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ls6P8-0001XU-SM for emacs-devel@gnu.org; Thu, 09 Apr 2009 22:23:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ls6P4-0001Vz-8j for emacs-devel@gnu.org; Thu, 09 Apr 2009 22:23:42 -0400 Original-Received: from [199.232.76.173] (port=58492 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ls6P4-0001Vt-2a for emacs-devel@gnu.org; Thu, 09 Apr 2009 22:23:38 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:33554) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ls6P3-0006DN-Fl for emacs-devel@gnu.org; Thu, 09 Apr 2009 22:23:37 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 7141F57E251; Thu, 9 Apr 2009 22:25:20 -0400 (EDT) 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:110180 Archived-At: > the new variable initial-buffer-choice seems useless when using emacs > as a daemon and emacsclient. This variable probably sets the initial > frame of the daemon, but does not affect the emacs clients. The buffer > is opened but not visible, the *scratch* buffer is opened instead. Currently, server-create-tty-frame and server-create-window-system-frame are hardcoded to display *scratch* if no emacsclient argument is given. In bug #2825, Damien Cassou has argued that they should obey initial-buffer-choice. Are there any objections?