unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* No split window in startup, how?
@ 2003-02-14 17:39 S P Arif Sahari Wibowo
  2003-02-14 19:14 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: S P Arif Sahari Wibowo @ 2003-02-14 17:39 UTC (permalink / raw)


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).

Furthermore, when I open emacs with more than 2 files, it create the
"Buffer List" buffer. Do you know how suppress this behavior as well?

Thank you.

-- 
                                   S P Arif Sahari Wibowo
  _____  _____  _____  _____ 
 /____  /____/ /____/ /____          arifsaha@yahoo.com
_____/ /      /    / _____/       http://www.arifsaha.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: No split window in startup, how?
  2003-02-14 17:39 No split window in startup, how? S P Arif Sahari Wibowo
@ 2003-02-14 19:14 ` Kevin Rodgers
  2003-02-14 20:28   ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Rodgers @ 2003-02-14 19:14 UTC (permalink / raw)


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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: No split window in startup, how?
  2003-02-14 19:14 ` Kevin Rodgers
@ 2003-02-14 20:28   ` Kai Großjohann
  0 siblings, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2003-02-14 20:28 UTC (permalink / raw)


Kevin Rodgers <kevin.rodgers@ihs.com> writes:

> Yes, the command line arguments and options are processed in order.  Try
>
> 	emacs file1 ... file3 -f delete-window	# or delete-other-windows

Interestingly, 

    emacs -q -no-site-file file1 file2 file3 -f delete-other-windows

still shows the buffers menu buffer.

-- 
A turnip curses Elvis

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-14 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-14 17:39 No split window in startup, how? S P Arif Sahari Wibowo
2003-02-14 19:14 ` Kevin Rodgers
2003-02-14 20:28   ` Kai Großjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).