]> git.eshelyaron.com Git - emacs.git/commit
New emacsclient option to either create or reuse an existing frame.
authorGregory Heytings <gregory@heytings.org>
Thu, 4 Nov 2021 23:14:30 +0000 (00:14 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Nov 2021 23:14:30 +0000 (00:14 +0100)
commit2bcc2160c9f7f16c5e9cd815b8074de27f30896d
tree82fe7f4ff83a6d65e24384cd1e2eb70f15dbcac3
parenta78ac0c5df74be6925f48896fd024f1f6f363c44
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.
doc/emacs/misc.texi
doc/man/emacsclient.1
etc/NEWS
lib-src/emacsclient.c