Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
EMACSCLIENT(1) | General Commands Manual | EMACSCLIENT(1) |
NAME
emacsclient - tells a running Emacs to visit a fileSYNOPSIS
emacsclient [options] files ...DESCRIPTION
This manual page documents briefly the emacsclient command. Full documentation is available in the GNU Info format; see below. This manual page was originally written for the Debian GNU/Linux distribution, but is not specific to that system.OPTIONS
Most options follow the usual GNU command line syntax, with long options starting with two dashes ("-").- +line[:column]
- Go to the specified line and column. A missing column is treated as column 1. This option applies only to the next file specified.
- -a, --alternate-editor=COMMAND
- if the Emacs server is not running, run the specified shell command instead. This can also be specified via the ALTERNATE_EDITOR environment variable. If the value of ALTERNATE_EDITOR is the empty string, run "emacs --daemon" to start Emacs in daemon mode, and try to connect to it.
- -c, --create-frame
- create a new frame instead of trying to use the current Emacs frame
- -F, --frame-parameters=ALIST
- set the parameters of a newly-created frame.
- -d, --display=DISPLAY
- tell the server to display the files on the given display.
- -e, --eval
- do not visit files but instead evaluate the arguments as Emacs Lisp expressions.
- -f, --server-file=FILENAME
- use TCP configuration file FILENAME for communication. This can also be specified via the EMACS_SERVER_FILE environment variable.
- -n, --no-wait
- returns immediately without waiting for you to "finish" the buffer in Emacs.
- -nw, -t, --tty
- open a new Emacs frame on the current terminal
- -s, --socket-name=FILENAME
- use socket named FILENAME for communication.
- -V, --version
- print version information and exit
- -H, --help
- print this usage information message and exit