]> git.eshelyaron.com Git - emacs.git/commit
New Tramp method "run0"
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 11 May 2024 08:03:45 +0000 (10:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 15:49:00 +0000 (17:49 +0200)
commit74ecd60bf4a2823fb665be90c62eb32c54380734
tree59a86210935b91f0170bbb7e1f963bf6d30b0f3c
parent5eba32ec144b686b654625ca2179c8d339fce025
New Tramp method "run0"

* doc/misc/tramp.texi (Quick Start Guide, Inline methods)
(Password handling, Predefined connection information)
(Ad-hoc multi-hops): Add "run0".
(Remote processes): Mention tramp-use-connection-share.

* etc/NEWS: New Tramp method "run0".

* lisp/net/tramp.el (tramp-completion-dissect-file-name):
* lisp/net/tramp-cmds.el (tramp-list-remote-buffers):
* lisp/net/tramp-smb.el (tramp-smb-handle-insert-directory):
Use `tramp-compat-keep-seq'.

* lisp/net/tramp-cmds.el (tramp-file-name-with-method): Add "run0".

* lisp/net/tramp-sh.el (tramp-enable-run0-method): New defun.
(tramp-sh-handle-expand-file-name): Add "run0".
(tramp-maybe-open-connection): Simplify setting timeout.

(cherry picked from commit b43c31d2f50dc71680dfd62412ce9b9afb6c65a4)
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp-cmds.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el