]> git.eshelyaron.com Git - emacs.git/commit
Tolerate tilde in remote file names when needed
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 11 Feb 2022 08:37:48 +0000 (09:37 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 11 Feb 2022 08:37:48 +0000 (09:37 +0100)
commitbced4d26d99db9277284e4a37830d81172b82736
tree1381c941b8cc8d0fd1eede1cec47f4c740c9f412
parent985cdf8984a81653bb13d05e819d6f2bde096ecd
Tolerate tilde in remote file names when needed

* lisp/net/tramp.el (tramp-tolerate-tilde): New defvar.
(tramp-handle-expand-file-name):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
Respect it.

* lisp/net/tramp-adb.el (tramp-adb-tolerate-tilde):
* lisp/net/tramp-sshfs.el (tramp-sshfs-tolerate-tilde): New defuns.
Advice `shell-mode' with them.
(tramp-methods) <sshfs>: Add "-t -t" to `tramp-login-args'.
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sshfs.el
lisp/net/tramp.el