2 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
3 .\" other parms are allowed: see man(7), man(1)
5 emacsclient \- tells a running Emacs to visit a file
8 .I "[options] files ..."
10 This manual page documents briefly the
13 This manual page was written for the Debian GNU/Linux distribution
14 because the original program does not have a manual page.
15 Instead, it has documentation in the GNU Info format; see below.
18 works in conjunction with the built-in server of Emacs.
20 You typically does not call
22 directly. Instead, you set the environment variable EDITOR
25 and let programs like 'vipw' or 'bug' or anything run
26 it for you, which will use an existing Emacs to visit the file.
30 to work, you need an already running Emacs with a server. Within Emacs, call
32 `server-start'. (Your `.emacs' file can do this automatically if you
33 add the expression `(server-start)' to it.)
35 When you've finished editing the buffer, type `C-x #'
36 (`server-edit'). This saves the file and sends a message back to the
37 `emacsclient' program telling it to exit. The programs that use
38 `EDITOR' wait for the "editor" (actually, `emacsclient') to exit. `C-x
39 #' also checks for other pending external requests to edit various
40 files, and selects the next such file.
42 If you set the variable `server-window' to a window or a frame, `C-x
43 #' displays the server buffer in that window or in that frame.
46 The programs follow the usual GNU command line syntax, with long
47 options starting with two dashes (`-').
51 immediately without waiting for you to "finish" the buffer in Emacs.
53 The program is documented fully in
54 .IR "Using Emacs as a Server"
55 available via the Info system.
57 If there is no running Emacs server,
59 cannot launch one. I use a small Perl script instead of raw
61 to do it (it works only with systems which have BSD sockets, which is fine
62 for Debian GNU/Linux).
64 This manual page was written by Stephane Bortzmeyer <bortzmeyer@debian.org>,
65 for the Debian GNU/Linux system (but may be used by others).