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: Peter Dyballa
Subject: Re: How to prevent window splitting when opening multiple files on command line
Date: Wed, 8 Apr 2009 10:33:52 +0200


Am 07.04.2009 um 21:14 schrieb Kristi Tsukida:

For example, running "emacs file1 file2" opens emacs with a split window showing file1 and file2. I want to just see file1.


Don't give the second name on the command line!

Another option: start emacs-server and use emacsclient to send files to GNU Emacs. As in, for example (more BSD than Linux):

        apply emacsclient file1 file2

or

        apply 'emacsclient <options>' file1 file2

This can also be used with loops in your shell.

--
Greetings

  Pete

$ sumascii BILL GATES
  B   I   L   L   G   A   T   E   S
 66+ 73+ 76+ 76+ 71+ 65+ 84+ 69+ 83 = 663

 and add 3 because he's Bill Gates the third.






reply via email to

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