diff options
author | Gregory Heytings <gregory@heytings.org> | 2021-11-05 00:14:30 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-05 00:14:30 +0100 |
commit | 2bcc2160c9f7f16c5e9cd815b8074de27f30896d (patch) | |
tree | 82fe7f4ff83a6d65e24384cd1e2eb70f15dbcac3 /doc/man | |
parent | a78ac0c5df74be6925f48896fd024f1f6f363c44 (diff) | |
download | emacs-2bcc2160c9f7f16c5e9cd815b8074de27f30896d.tar.gz emacs-2bcc2160c9f7f16c5e9cd815b8074de27f30896d.tar.bz2 emacs-2bcc2160c9f7f16c5e9cd815b8074de27f30896d.zip |
New emacsclient option to either create or reuse an existing frame.
* doc/emacs/misc.texi (emacsclient Options): Document the new option.
* doc/man/emacsclient.1: Mention the new option (bug#51374).
* etc/NEWS: Mention the new option.
* lib-src/emacsclient.c (reuse_frame): New variable.
(longopts): New option.
(decode_options): Decode the new option.
(print_help_and_exit): Document the new option.
(main): Use the new option.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/emacsclient.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1 index ba64efa282c..cc58f106e69 100644 --- a/doc/man/emacsclient.1 +++ b/doc/man/emacsclient.1 @@ -69,6 +69,9 @@ start Emacs in daemon mode, and try to connect to it. .B -c, \-\-create-frame Create a new frame instead of trying to use the current Emacs frame. .TP +.B -r \-\-reuse-frame +Reuse an existing frame if one exists, otherwise create a new frame. +.TP .B \-F, \-\-frame-parameters=ALIST Set the parameters of a newly-created frame. .TP |