]> git.eshelyaron.com Git - emacs.git/commit
Implement stderr in tramp-adb-handle-make-process
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 7 Jan 2020 12:13:03 +0000 (13:13 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 7 Jan 2020 12:13:03 +0000 (13:13 +0100)
commitdd85664d23e29363fe08f8cbbf2b96472ac60fc1
tree72bb05cb841e1a69d923dee0bb765e499346fe37
parent4f2b41503b06f65f8c2789dfcd32d39e5172554d
Implement stderr in tramp-adb-handle-make-process

* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
Implement `stderr'.

* lisp/net/tramp-sh.el (tramp-sh-handle-make-process):
Flush connection properties in time.

* test/lisp/net/tramp-tests.el (tramp-test30-make-process)
(tramp-test32-shell-command): Test asynchronous stderr for tramp-adb.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el