* admin/gitmerge.el (gitmerge-missing):
[emacs.git] / doc / man / emacsclient.1
blobdaaacab7f3e33e0be8faf80c8390b2ea5234fecc
1 .\" See section COPYING for conditions for redistribution.
2 .TH EMACSCLIENT 1
3 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
4 .\" other parms are allowed: see man(7), man(1)
5 .SH NAME
6 emacsclient \- tells a running Emacs to visit a file
7 .SH SYNOPSIS
8 .B emacsclient
9 .I "[options] files ..."
10 .SH "DESCRIPTION"
11 This manual page documents briefly the
12 .BR emacsclient
13 command.  Full documentation is available in the GNU Info format; see
14 below.
15 This manual page was originally written for the Debian GNU/Linux
16 distribution, but is not specific to that system.
17 .PP
18 .B emacsclient
19 works in conjunction with the built-in Emacs server.
20 .PP
21 You can either call
22 .B emacsclient
23 directly or let other programs run it for you when necessary.  On
24 GNU and Unix systems many programs consult the environment
25 variable EDITOR (sometimes also VISUAL) to obtain the command used for
26 editing.  Thus, setting this environment variable to 'emacsclient'
27 will allow these programs to use an already running Emacs for editing.
28 Other operating systems might have their own methods for defining the
29 default editor.
31 For
32 .B emacsclient
33 to work, you need an already running Emacs with a server.  Within Emacs,
34 call the functions "server-start" or "server-mode".  (Your ".emacs" file
35 can do this automatically if you add either "(server-start)" or
36 "(server-mode 1)" to it.)
38 When you've finished editing the buffer, type "C-x #"
39 ("server-edit").  This saves the file and sends a message back to the
40 .B emacsclient
41 program telling it to exit.  The programs that use
42 EDITOR wait for the "editor" (actually,
43 .BR emacsclient )
44 to exit.  "C-x #" also checks for other pending external requests to
45 edit various
46 files, and selects the next such file.
48 If you set the variable "server-window" to a window or a frame, "C-x
49 #" displays the server buffer in that window or in that frame.
51 .SH OPTIONS
52 Most options follow the usual GNU command line syntax, with long
53 options starting with two dashes ("\-").
54 .TP
55 .BI + line\fR[\fP\fB:\fPcolumn\fR]\fP
56 Go to the specified
57 .I line
58 and
59 .IR column .
60 A missing
61 .I column
62 is treated as column 1.
63 This option applies only to the next file specified.
64 .TP
65 .B \-a, \-\-alternate-editor=COMMAND
66 if the Emacs server is not running, run the specified shell command instead.
67 This can also be specified via the ALTERNATE_EDITOR environment variable.
68 If the value of ALTERNATE_EDITOR is the empty string, run "emacs \-\-daemon" to
69 start Emacs in daemon mode, and try to connect to it.
70 .TP
71 .B -c, \-\-create-frame
72 create a new frame instead of trying to use the current Emacs frame
73 .TP
74 .B \-F, \-\-frame-parameters=ALIST
75 set the parameters of a newly-created frame.
76 .TP
77 .B \-d, \-\-display=DISPLAY
78 tell the server to display the files on the given display.
79 .TP
80 .B \-e, \-\-eval
81 do not visit files but instead evaluate the arguments as Emacs
82 Lisp expressions.
83 .TP
84 .B \-f, \-\-server-file=FILENAME
85 use TCP configuration file FILENAME for communication.
86 This can also be specified via the EMACS_SERVER_FILE environment variable.
87 .TP
88 .B \-n, \-\-no-wait
89 returns
90 immediately without waiting for you to "finish" the buffer in Emacs.
91 .TP
92 .B \-nw, \-t, \-\-tty
93 open a new Emacs frame on the current terminal
94 .TP
95 .B \-s, \-\-socket-name=FILENAME
96 use socket named FILENAME for communication.
97 .TP
98 .B \-V, \-\-version
99 print version information and exit
101 .B \-H, \-\-help
102 print this usage information message and exit
103 .SH "EXIT STATUS"
104 Normally, the exit status is 0.  If emacsclient shuts down due to
105 Emacs signaling an error, the exit status is 1.
106 .SH "SEE ALSO"
107 The program is documented fully in
108 .IR "Using Emacs as a Server"
109 available via the Info system.
110 .SH AUTHOR
111 This manual page was written by Stephane Bortzmeyer <bortzmeyer@debian.org>,
112 for the Debian GNU/Linux system (but may be used by others).
113 .SH COPYING
114 This manual page is in the public domain.