|
NAMEemacsclient - tells a running Emacs to visit a fileSYNOPSISemacsclient [options] files ...DESCRIPTIONThis manual page documents briefly the emacsclient command. Full documentation is available in the GNU Info format; see below.emacsclient works in conjunction with the built-in Emacs server. You can either call emacsclient directly or let other programs run it for you when necessary. On GNU and Unix systems many programs consult the environment variable EDITOR (sometimes also VISUAL) to obtain the command used for editing. Thus, setting this environment variable to 'emacsclient' will allow these programs to use an already running Emacs for editing. Other operating systems might have their own methods for defining the default editor. For emacsclient to work, you need an already running Emacs with a server. Within Emacs, call the functions "server-start" or "server-mode". (Your ".emacs" file can do this automatically if you add either "(server-start)" or "(server-mode 1)" to it.) When you've finished editing the buffer, type "C-x #" ("server-edit"). This saves the file and sends a message back to the emacsclient program telling it to exit. The programs that use EDITOR wait for the "editor" (actually, emacsclient) to exit. "C-x #" also checks for other pending external requests to edit various files, and selects the next such file. If you set the variable "server-window" to a window or a frame, "C-x #" displays the server buffer in that window or in that frame. OPTIONSMost options follow the usual GNU command line syntax, with long options starting with two dashes ("-").
EXIT STATUSNormally, the exit status is 0. If emacsclient shuts down due to Emacs signaling an error, the exit status is 1.SEE ALSOThe program is documented fully in Using Emacs as a Server available via the Info system.AUTHORThis manual page was originally written by Stephane Bortzmeyer <bortzmeyer@debian.org>, for the Debian GNU/Linux system, but is not specific to that system.COPYINGThis manual page is in the public domain.
Visit the GSP FreeBSD Man Page Interface. |