From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: Overriding switch to *scratch* buffer after creating new frame with 'emacsclient -c' Date: Thu, 20 Dec 2012 10:59:53 +0100 Message-ID: <50D2E199.6050109@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1356022053 4129 80.91.229.3 (20 Dec 2012 16:47:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Dec 2012 16:47:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: zxnotdead@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 20 17:47:47 2012 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 1TljHf-000425-21 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Dec 2012 17:47:47 +0100 Original-Received: from localhost ([::1]:38251 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TljHR-00054K-CP for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Dec 2012 11:47:33 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TljHL-00053n-2s for help-gnu-emacs@gnu.org; Thu, 20 Dec 2012 11:47:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TljHC-00012O-Iv for help-gnu-emacs@gnu.org; Thu, 20 Dec 2012 11:47:26 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:51071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tlcv0-0008GY-Cf for help-gnu-emacs@gnu.org; Thu, 20 Dec 2012 04:59:58 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.12]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LsMyM-1T5b5Z2TIe-01219V for ; Thu, 20 Dec 2012 10:59:57 +0100 Original-Received: (qmail invoked by alias); 20 Dec 2012 09:59:57 -0000 Original-Received: from 62-47-36-61.adsl.highway.telekom.at (EHLO [62.47.36.61]) [62.47.36.61] by mail.gmx.net (mp012) with SMTP; 20 Dec 2012 10:59:57 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX191t2Vv4Pd1U/3xr7MTHltjpJ5WZXD1b6zqFyTCHh YbTsMF91SLzNs7 Original-References: CAFkz2yohSkT_8+ZzGqstvo-EeFuvVZ9eEm_xBX6zDw6PjMs5wA@mail.gmail.com X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 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:88253 Archived-At: > Heh, found, that it I can set `initial-buffer-choice' to some > file-name and it will be opened instead of switching to *scratch*. > But can't specify buffer without underlying file though. I wonder which buffer you want to display here if it doesn't correspond to a file. martin