]> git.eshelyaron.com Git - emacs.git/commit
Extend abbreviate-file-name for further Tramp methods.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 18 Nov 2021 14:06:26 +0000 (15:06 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 18 Nov 2021 14:06:26 +0000 (15:06 +0100)
commit6c1190c74936f132cb4173335cb037de89ef8aa7
treea2b38501e92537c1cfcffeb77305b6875e941b02
parentf8478dc133839fc9e2b395bef0c8e8f1d7d18b35
Extend abbreviate-file-name for further Tramp methods.

* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
Add 'abbreviate-file-name'.
(tramp-gvfs-handle-expand-file-name):
* lisp/net/tramp.el (tramp-handle-expand-file-name): Handle case
that tilde cannot be expanded.

* test/lisp/net/tramp-tests.el (tramp-test07-abbreviate-file-name):
Extend test.
lisp/net/tramp-gvfs.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el