]> git.eshelyaron.com Git - emacs.git/commit
Some precisements in Tramp's connection type handling
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 24 Aug 2021 19:42:42 +0000 (21:42 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 24 Aug 2021 19:42:42 +0000 (21:42 +0200)
commitefaed29f3dc7af15c9f97d87f9cbe790c73a2ea3
tree7ef634adb423ee4ee120f66c2f8f0516d4c6205e
parentb8704b52fde7568516472f1841ad49c717f445d1
Some precisements in Tramp's connection type handling

* doc/misc/tramp.texi (Remote processes): Precise connection type
handling.

* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
* lisp/net/tramp-sh.el (tramp-sh-handle-make-process):
* lisp/net/tramp.el (tramp-handle-make-process):
Fix :connection-type handling.
(tramp-action-show-and-confirm-message): Pacify byte compiler.

* lisp/net/tramp-compat.el (tramp-compat-ignore-error): New defmacro.

* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process)
(tramp-test30-make-process): Extend tests.
doc/misc/tramp.texi
lisp/net/tramp-adb.el
lisp/net/tramp-compat.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el