From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SW5nbyBTdHLDvHdpbmc=?= Newsgroups: gmane.emacs.help Subject: How to limit to one window with multiple args? Date: Thu, 21 Aug 2008 21:12:28 +0200 Message-ID: <48ADBE1C.8080409@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1219345992 6771 80.91.229.12 (21 Aug 2008 19:13:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Aug 2008 19:13:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 21 21:14:05 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KWFbZ-00029p-2Q for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Aug 2008 21:13:57 +0200 Original-Received: from localhost ([127.0.0.1]:34553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWFab-0007FQ-Je for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Aug 2008 15:12:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWFaG-0007E7-TR for help-gnu-emacs@gnu.org; Thu, 21 Aug 2008 15:12:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWFaC-0007Ce-9w for help-gnu-emacs@gnu.org; Thu, 21 Aug 2008 15:12:35 -0400 Original-Received: from [199.232.76.173] (port=50925 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWFaC-0007CM-2n for help-gnu-emacs@gnu.org; Thu, 21 Aug 2008 15:12:32 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:50576) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWFaB-0003Sb-A1 for help-gnu-emacs@gnu.org; Thu, 21 Aug 2008 15:12:31 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id 633DDE96AE29 for ; Thu, 21 Aug 2008 21:12:29 +0200 (CEST) Original-Received: from [79.194.217.190] (helo=[192.168.2.101]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.109 #226) id 1KWFa9-00013w-00 for help-gnu-emacs@gnu.org; Thu, 21 Aug 2008 21:12:29 +0200 User-Agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724) X-Enigmail-Version: 0.95.0 X-Sender: Ingo.Struewing@web.de X-Provags-ID: V01U2FsdGVkX19O16gzHTrMbeUYokQW0U6qVZcOU53yLy8k91uz rcpVXK5kKXQBjwOjoMAWCPBXJRz4XjgxMpjutnd+I5lTJA9WJg CBK+QNGV/TcphQL48Lgw== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56861 Archived-At: Hi, when starting emacs with multiple (file-)arguments, it starts with two windows (in one frame), buffering the last two files. Is it possible to configure emacs so that it opens one window only? Additional question: Is it possible to configure emacs so that it switches to the buffer of the first file on startup, not the last one? (ideally reversing the initial buffer list) Regards Ingo