]> git.eshelyaron.com Git - emacs.git/commit
Support remote editing in emacsclient via Tramp
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 May 2017 08:51:16 +0000 (11:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 May 2017 08:51:16 +0000 (11:51 +0300)
commit7430617d3d84dc111e1a28f4f3884bf827d4fec9
tree94d971a5e3865716b282e84e8b7f4e782cccd38b
parentbb5c6614eb171eef8c08474e0f949fe18ef4b230
Support remote editing in emacsclient via Tramp

* lib-src/emacsclient.c (main, decode_options)
(print_help_and_exit, longopts): New option '--tramp' / '-T' which
specifies how emacs should use tramp to find remote files.

* doc/emacs/misc.texi (TCP Emacs server): New subsection describing
the various knobs to tune server.el for TCP opereation.
(emacsclient Options): Reference "TCP Emacs server" from description of
--server-file.  Document the new '--tramp' / '-T' options.
* doc/emacs/emacs.texi (Top): Update the top-level menu.

* etc/NEWS: Mention the new option.
doc/emacs/emacs.texi
doc/emacs/misc.texi
etc/NEWS
lib-src/emacsclient.c