]> git.eshelyaron.com Git - emacs.git/commit
Handle process property `remote-command' in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 29 Mar 2022 17:36:28 +0000 (19:36 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 29 Mar 2022 17:36:28 +0000 (19:36 +0200)
commit973608e35895a8f89a3abcac43dfaf89598b0c82
tree769a3f85dd5135df0ca7b8095a1428490281ae27
parentfbf2ed9a648d9c0f64519900acf1574d0d74692b
Handle process property `remote-command' in Tramp

* doc/misc/tramp.texi (Remote processes): New subsection "Process
properties of asynchronous remote processes".

* lisp/net/tramp.el (tramp-handle-make-process):
* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
* lisp/net/tramp-smb.el (tramp-smb-handle-start-file-process):
* lisp/net/tramp-sh.el (tramp-sh-handle-make-process)
Set `remote-command' process property.
(tramp-scp-direct-remote-copying): Rename connection property.

* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process)
(tramp-test30-make-process, tramp-test31-interrupt-process)
(tramp--test-async-shell-command): Check process property
`remote-command'.
doc/misc/tramp.texi
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el