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: Christopher J. White
Subject: Re: Open files in a new frames from command line
Date: Tue, 20 Jan 2004 20:14:02 -0500
User-agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (powerpc-apple-darwin)

Michael,

Unfortunately you didn't specify what OS you are working on.
You basically need to start a server process from emacs, then
use a command line client that communicates with the server
to open files.  The process is slightly different dependent on
the OS you are using.

Unix/linux:
In emacs: M-x server-start
>From shell: emacsclient <file>
Don't recall if it works to specify mor than one <file> on the line, but
if not you can easily write a shell script to do this.

Win:
Download and install gnuserv
Check out: http://www.gnu.org/software/emacs/windows/faq3.html#assoc

Mac OS:
Also uses gnuserv mechanism...can't be sure, but I think it
came with the SDK.

...cj

-- 
------------------------
-- Christopher J. White                                    
--
-- chris @ (---)
--   grierwhite . com
------------------------


reply via email to

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