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

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

Re: Open files in a new frames from command line


From: Kin Cho
Subject: Re: Open files in a new frames from command line
Date: 20 Jan 2004 17:11:50 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Write a three line shell script emacs-nf:

file=$$
echo "(mapc (lambda (f) (find-file-other-frame (symbol-name f))) \'($*))" > 
$file
emacs -l $file &

-kin

"Michael B. Schmidt" <MiBSchmidt@gmx.de> writes:

> Hello,
> 
> I need to open multiple files to work with them. I use the
> command: "emacs foo bar baz". This open the file foo,bar and baz
> each in a new Buffer. Is there away (command line option,script)
> to open the files in frames instead of new Buffers? (I know that
> I can open one of the files and then open each file with c-x 5 f
> but this is to much work :-)))
> 
> Thank you
> 
> Michael


reply via email to

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