]> git.eshelyaron.com Git - emacs.git/commit
Some Tramp changes, mainly in tramp-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 29 Oct 2021 12:06:47 +0000 (14:06 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 29 Oct 2021 12:06:47 +0000 (14:06 +0200)
commit00103154e080966d52e1a277f8523815b6ea60d7
treebb6dd72c40b7449221138b6496f829829d6f3e29
parent9436943fb1af959aa313e0149255539679090b15
Some Tramp changes, mainly in tramp-tests.el

* doc/misc/tramp.texi (External packages): Don't use Tramp internals.

* lisp/net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted):
Protect `tramp-make-tramp-file-name' call.

* lisp/net/tramp.el (tramp-make-tramp-file-name): Set advertised
calling conventions.

* test/lisp/net/tramp-tests.el (tramp-test18-file-attributes):
Adapt test.
(tramp--test-supports-processes-p): New defun.
(tramp-test28-process-file, tramp-test29-start-file-process)
(tramp-test30-make-process, tramp-test32-shell-command)
(tramp-test32-shell-command-dont-erase-buffer)
(tramp-test34-explicit-shell-file-name, tramp-test35-exec-path)
(tramp-test44-asynchronous-requests): Use it.
doc/misc/tramp.texi
lisp/net/tramp-gvfs.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el