From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: How to prevent window splitting when opening multiple files on command line Date: Wed, 08 Apr 2009 13:40:13 +0200 Message-ID: References: <2a356cfa0904071214t1280b256sf295114755a46148@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239190849 23072 80.91.229.12 (8 Apr 2009 11:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2009 11:40:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Kristi Tsukida Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 08 13:42:07 2009 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 1LrWAQ-0002s4-To for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2009 13:42:07 +0200 Original-Received: from localhost ([127.0.0.1]:52638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrW92-0000xD-En for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2009 07:40:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrW8i-0000x8-41 for help-gnu-emacs@gnu.org; Wed, 08 Apr 2009 07:40:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrW8g-0000ww-Hi for help-gnu-emacs@gnu.org; Wed, 08 Apr 2009 07:40:19 -0400 Original-Received: from [199.232.76.173] (port=48502 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrW8g-0000wt-Du for help-gnu-emacs@gnu.org; Wed, 08 Apr 2009 07:40:18 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:57653) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrW8g-0001Cm-13 for help-gnu-emacs@gnu.org; Wed, 08 Apr 2009 07:40:18 -0400 Original-Received: from thursday (g227071182.adsl.alicedsl.de [92.227.71.182]) by dd18200.kasserver.com (Postfix) with ESMTP id B27FC1836F6D1; Wed, 8 Apr 2009 13:40:16 +0200 (CEST) In-Reply-To: <2a356cfa0904071214t1280b256sf295114755a46148@mail.gmail.com> (Kristi Tsukida's message of "Tue, 7 Apr 2009 12:14:02 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:63556 Archived-At: Kristi Tsukida wrote: > "emacs file1 file2" opens emacs with a split window showing file1 and > file2. I want to just see file1. emacs -eval "(progn (mapc 'find-file (reverse command-line-args-left)) (setq command-line-args-left nil))" file1 file2 regards, Nikolaj Schumacher