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

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

Re: No split window in startup, how?


From: Kevin Rodgers
Subject: Re: No split window in startup, how?
Date: Fri, 14 Feb 2003 12:14:10 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

S P Arif Sahari Wibowo wrote:

Whenever I start emacs with multiple file (to an X display), such like:
        emacs file1 file2 file3 &
it will start with split window.

Is there any way to suppress this behavior?

I already tried "emacs -f delete-window ... " but it didn't work (apparently the command was executed *before* loading any file).



Yes, the command line arguments and options are processed in order.  Try

        emacs file1 ... file3 -f delete-window  # or delete-other-windows

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

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