Update AUCTeX information.
[bpt/emacs.git] / etc / emacsclient.1
CommitLineData
a933dad1
DL
1.TH EMACSCLIENT 1
2.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
3.\" other parms are allowed: see man(7), man(1)
4.SH NAME
5emacsclient \- tells a running Emacs to visit a file
6.SH SYNOPSIS
7.B emacsclient
8.I "[options] files ..."
9.SH "DESCRIPTION"
10This manual page documents briefly the
11.BR emacsclient
12command.
13This manual page was written for the Debian GNU/Linux distribution
14because the original program does not have a manual page.
15Instead, it has documentation in the GNU Info format; see below.
16.PP
17.B emacsclient
18works in conjunction with the built-in server of Emacs.
19.PP
a1784ba2 20You typically do not call
a933dad1 21.B emacsclient
a1784ba2 22directly. Instead, you set the environment variable EDITOR
a933dad1
DL
23to
24.B emacsclient
25and let programs like 'vipw' or 'bug' or anything run
26it for you, which will use an existing Emacs to visit the file.
27
28For
29.B emacsclient
30to work, you need an already running Emacs with a server. Within Emacs, call
31the function
32`server-start'. (Your `.emacs' file can do this automatically if you
33add the expression `(server-start)' to it.)
34
35When 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
40files, and selects the next such file.
41
42If 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.
44
45.SH OPTIONS
46The programs follow the usual GNU command line syntax, with long
47options starting with two dashes (`-').
48.TP
49.B \-n, \-\-no-wait
50returns
51immediately without waiting for you to "finish" the buffer in Emacs.
a1784ba2
SM
52.TP
53.B \-e, \-\-eval
54do not visit files but instead evaluate the arguments as Emacs
55Lisp expressions.
56.TP
57.B \-a, \-\-alternate-editor=EDITOR
58if the Emacs server is not running, run the specified editor instead.
59This can also be specified via the `ALTERNATE_EDITOR' environment variable.
60.TP
61.B \-d, \-\-display=DISPLAY
62tell the server to display the files on the given display.
a933dad1
DL
63.SH "SEE ALSO"
64The program is documented fully in
65.IR "Using Emacs as a Server"
66available via the Info system.
67.SH BUGS
68If there is no running Emacs server,
69.B emacsclient
70cannot launch one. I use a small Perl script instead of raw
71.B emacsclient
72to do it (it works only with systems which have BSD sockets, which is fine
73for Debian GNU/Linux).
74.SH AUTHOR
75This manual page was written by Stephane Bortzmeyer <bortzmeyer@debian.org>,
76for the Debian GNU/Linux system (but may be used by others).
716d48ed
EZ
77.SH COPYING
78This manual page is in the public domain.
ab5796a9
MB
79
80.\" arch-tag: 2b35e723-b197-4073-8752-231bc8b3d3f3