all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: posts@grierwhite.com (Christopher J. White)
Subject: Re: Open files in a new frames from command line
Date: Tue, 20 Jan 2004 20:14:02 -0500	[thread overview]
Message-ID: <m23caaw1b9.fsf@bluesteel.grierwhite.com> (raw)
In-Reply-To: mailman.1057.1074645741.928.help-gnu-emacs@gnu.org

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

  parent reply	other threads:[~2004-01-21  1:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1057.1074645741.928.help-gnu-emacs@gnu.org>
2004-01-21  1:11 ` Open files in a new frames from command line Kin Cho
2004-01-21  1:14 ` Christopher J. White [this message]
2004-01-29  8:20 ` Kai Grossjohann
2004-02-04 22:25   ` Joe Casadonte
2004-01-30 23:44 ` Oliver Scholz
2004-02-02 22:17   ` Kevin Rodgers
2004-02-03  4:38     ` Oliver Scholz
     [not found] <mailman.1752.1075763607.928.help-gnu-emacs@gnu.org>
2004-02-03 17:46 ` Kevin Rodgers
2004-02-02 23:12 Bingham, Jay
  -- strict thread matches above, loose matches on Subject: below --
2004-01-29 16:46 Bingham, Jay
2004-01-21  1:05 Michael B. Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m23caaw1b9.fsf@bluesteel.grierwhite.com \
    --to=posts@grierwhite.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.