]> git.eshelyaron.com Git - emacs.git/commit
Some accept-process-output cleanups in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 16 Jan 2019 12:56:38 +0000 (13:56 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 16 Jan 2019 12:56:38 +0000 (13:56 +0100)
commitb2497ef6952134022ad799247bc5a31f7559ef87
tree26deb5515152f01559c3eb971d4d28d61bac6174
parent02976d67369699660add46d548f0d1593885334b
Some accept-process-output cleanups in Tramp

* lisp/net/tramp.el (tramp-action-out-of-band): Read process
output in a loop.
(tramp-accept-process-output): Return result.
(tramp-interrupt-process):
* lisp/net/tramp-adb.el (tramp-adb-parse-device-names):
* lisp/net/tramp-rclone.el (tramp-rclone-parse-device-names):
Remove FIXME.

* lisp/net/tramp-sh.el (tramp-local-coding-commands): Fix docstring.

* lisp/net/tramp-smb.el (tramp-smb-wait-for-output): Adapt docstring.
Simplify code.

* lisp/net/tramp-sudoedit.el (tramp-sudoedit-action-sudo):
Adapt docstring.  Read process output in a loop.

* test/lisp/net/tramp-tests.el (tramp-test43-asynchronous-requests):
Remove :unstable tag on emba.
lisp/net/tramp-adb.el
lisp/net/tramp-rclone.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el