]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of stderr buffer in Tramp's make-process (Bug#47861)
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 16 May 2021 10:08:09 +0000 (12:08 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 16 May 2021 10:08:09 +0000 (12:08 +0200)
commit4f510f63a8fc3483eeac7887cb69ddfa6de9b5a6
treeb31eadd16de4138fbf47fb13d745c08953fe30ac
parent1b8f013d179e8866819fe53b4708b57e753a08fc
Fix handling of stderr buffer in Tramp's make-process (Bug#47861)

* lisp/net/tramp-sh.el (tramp-sh-handle-make-process):
Reimplement stderr buffer handling.  (Bug#47861)
(tramp-maybe-open-connection): Improve traces.

* test/lisp/net/tramp-tests.el (tramp-test30-make-process):
Rework for stderr buffer.
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el