]> git.eshelyaron.com Git - emacs.git/commit
Tramp code cleanup
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 14 Aug 2022 15:01:25 +0000 (17:01 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 14 Aug 2022 15:01:25 +0000 (17:01 +0200)
commit1d3fe256907d5e78a4acedd194e55db8ab952952
tree4a689321f706eba2f8afb8635158f1f0c2d5de9c
parent9d526179359350b8051698d102a75a60dfbf239a
Tramp code cleanup

* lisp/net/tramp-adb.el
(tramp-adb-handle-directory-files-and-attributes): Use it.

* lisp/net/tramp-compat.el (tramp-compat-replace-regexp-in-region):
New defalias.

* lisp/net/tramp-crypt.el (tramp-crypt-do-encrypt-or-decrypt-file-name):
Fix root filename for cache.

* lisp/net/tramp-gvfs.el (tramp-gvfs-do-copy-or-rename-file):
Adapt check for proper remote command.

* lisp/net/tramp-sh.el (tramp-open-shell): Add sanity check for
shell prompt.
(tramp-get-ls-command): Check, that argument "--color=never" has
the intended effect.
lisp/net/tramp-adb.el
lisp/net/tramp-compat.el
lisp/net/tramp-crypt.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el