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: Joe Casadonte
Subject: Re: Open files in a new frames from command line
Date: Wed, 04 Feb 2004 17:25:17 -0500
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (windows-nt)

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

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

How about:

   gnudoit -q (find-file-other-frame \"c:/temp/foo\")

Works for me under Win2k.  Replace filename with a shell variable and
you're done.

--
Regards,

joe
Joe Casadonte
jcasadonte@northbound-train.com

------------------------------------------------------------------------------
         Llama Fresh Farms => http://www.northbound-train.com
   Gay Media Resource List => http://www.northbound-train.com/gaymedia.html
            Perl for Win32 => http://www.northbound-train.com/perlwin32.html
               Emacs Stuff => http://www.northbound-train.com/emacs.html
          Music CD Trading => http://www.northbound-train.com/cdr.html
------------------------------------------------------------------------------
                       Live Free, that's the message!
------------------------------------------------------------------------------


reply via email to

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