From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kristi Tsukida Newsgroups: gmane.emacs.help Subject: How to prevent window splitting when opening multiple files on command line Date: Tue, 7 Apr 2009 12:14:02 -0700 Message-ID: <2a356cfa0904071214t1280b256sf295114755a46148@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd6aa2e64fcdd0466fbd144 X-Trace: ger.gmane.org 1239167424 21020 80.91.229.12 (8 Apr 2009 05:10:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2009 05:10:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 08 07:11:42 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 1LrQ4W-0003n2-Sx for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2009 07:11:37 +0200 Original-Received: from localhost ([127.0.0.1]:54996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrQ38-0002Vl-0x for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2009 01:10:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrGkI-0002Wk-Uc for help-gnu-emacs@gnu.org; Tue, 07 Apr 2009 15:14:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrGkG-0002WY-A0 for help-gnu-emacs@gnu.org; Tue, 07 Apr 2009 15:14:05 -0400 Original-Received: from [199.232.76.173] (port=46932 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrGkG-0002WV-3k for help-gnu-emacs@gnu.org; Tue, 07 Apr 2009 15:14:04 -0400 Original-Received: from yx-out-1718.google.com ([74.125.44.157]:39318) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrGkF-0003HY-Tb for help-gnu-emacs@gnu.org; Tue, 07 Apr 2009 15:14:04 -0400 Original-Received: by yx-out-1718.google.com with SMTP id 3so1929983yxi.66 for ; Tue, 07 Apr 2009 12:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=E2Ml7d1n/f4D1xxt8qRNAUhbTiaDfuv0RHBFIEP8HUk=; b=FXcPUU2F5GeRjImbinOnuuyZ8Src08T0zFITtBARsY3SAE0BYLjxx7qCAOapHQvQAH kyEWI26RAlDcp6I3Z5kPHF+TwL/k7GVdQxoH6cJcaRBUVsBzEXpMkIiH5sHQhe0E9swN Bfp2ds7ITX6MNo6yCrliINpsj+miTbk/W79PQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ExcHk2bU75I0wndDRj2HTqHiDAPaD8KC24QVO4An4LX5c0OjpL4zPwLjrqZFIss6xc 6Tu4I8pET8AH7Wp6VddHLyB0i4pCsnU0Jpdld8nZ8dmJHKWWJG4llN6uK6wpxbqHXkf8 eOrGTIWruI9+6PqgXq3I74taksiRN1XAs2OO4= Original-Received: by 10.150.49.15 with SMTP id w15mr843457ybw.220.1239131642723; Tue, 07 Apr 2009 12:14:02 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 08 Apr 2009 01:09:39 -0400 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:63547 Archived-At: --000e0cd6aa2e64fcdd0466fbd144 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I was wondering how to prevent emacs from splitting the window when opening multiple files on the command line. For example, running "emacs file1 file2" opens emacs with a split window showing file1 and file2. I want to just see file1. Thanks in advance. --000e0cd6aa2e64fcdd0466fbd144 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I was wondering how to prevent emacs from splitting the window when ope= ning multiple files on the command line.=A0 For example, running "emac= s file1 file2" opens emacs with a split window showing file1 and file2= .=A0 I want to just see file1.=A0 Thanks in advance.
--000e0cd6aa2e64fcdd0466fbd144--