]> git.eshelyaron.com Git - emacs.git/commit
Support Tramp user name completion
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 11 Feb 2023 17:11:56 +0000 (18:11 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 11 Feb 2023 17:11:56 +0000 (18:11 +0100)
commit838415525bd4e77a79e18af8e4f01ed004196c71
treea818b60f493cbcc29808b4f5e624a513a88c3fc5
parent85a2eb2c789e7f9c1afa838817b3e9ebecb49da4
Support Tramp user name completion

* lisp/net/tramp.el (tramp-build-completion-file-name-regexp)
(tramp-completion-handle-expand-file-name)
(tramp-completion-handle-file-name-directory): Support user name
completion.

* test/lisp/net/tramp-tests.el
(tramp-test26-interactive-file-name-completion): Fix test.
lisp/net/tramp.el
test/lisp/net/tramp-tests.el