help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to prevent window splitting when opening multiple files on comma


From: Nikolaj Schumacher
Subject: Re: How to prevent window splitting when opening multiple files on command line
Date: Wed, 08 Apr 2009 13:40:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin)

Kristi Tsukida <kristi.tsukida@gmail.com> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]