From c96e974073556d24da93332b4edb30da88a3ea8a Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Tue, 17 Oct 2023 19:11:33 +0100 Subject: [PATCH] Document all emacsclient options in its man page * doc/man/emacsclient.1: Document omitted options. --- doc/man/emacsclient.1 | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1 index 83c8a366f8b..a72e75129f9 100644 --- a/doc/man/emacsclient.1 +++ b/doc/man/emacsclient.1 @@ -94,13 +94,36 @@ Emacs. If combined with --eval, this option is ignored. How long to wait, in seconds, for Emacs to respond before giving up. The default is 0, which means to wait forever. .TP -.B \-nw, \-t, \-\-tty -Open a new Emacs frame on the current terminal. +.B \-\-parent-id=ID +Open an +.B emacsclient +frame as a client frame in the parent X window with id ID, via the +XEmbed protocol. +.TP +.B \-q, \-\-quiet +Do not display messages about waiting for Emacs or connecting to +remote server sockets. +.TP +.B \-u, \-\-suppress-output +Do not display results returned from the server. .TP .B \-s, \-\-socket-name=FILENAME Use socket named FILENAME for communication. This can also be specified via the EMACS_SOCKET_NAME environment variable. .TP +.B \-t, \-\-tty, \-nw +Open a new Emacs frame on the current terminal. +.TP +.B \-T, \-\-tramp-prefix=TRAMP-PREFIX’ +Set the prefix to add to filenames for Emacs to locate files on +remote machines using TRAMP. This is mostly useful in combination with +using the Emacs server over a forwarded port or socket. + +Setting the environment variable +.B EMACSCLIENT_TRAMP +has the same effect as using this option. If both are specified, the +command-line option takes precedence. +.TP .B \-V, \-\-version Print version information and exit. .TP -- 2.41.0