]> git.eshelyaron.com Git - emacs.git/commit
Fix file name completion with Tramp on MS Windoes
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 10 Jan 2024 11:49:08 +0000 (12:49 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 10 Jan 2024 11:49:08 +0000 (12:49 +0100)
commitcf887b7eb08a7ed0859b3fa2e1c4e54d787d2f9d
tree3c668ea6bc9bf5632d3182fb18ef4d66b4b5b518
parenteb913c7501489e1eae475cae843fccdf14cc24d8
Fix file name completion with Tramp on MS Windoes

* doc/misc/trampver.texi:
* lisp/net/trampver.el (tramp-version): Adapt Tramp versions.

* lisp/net/tramp.el (tramp-build-completion-file-name-regexp):
Do not use `tramp-volume-letter-regexp'.  (Bug#68320)
(tramp-completion-handle-expand-file-name): Simplify regexp.

* test/lisp/net/tramp-tests.el (tramp-test26-file-name-completion)
(tramp-test26-interactive-file-name-completion): Run also on MS Windows.
doc/misc/trampver.texi
lisp/net/tramp.el
lisp/net/trampver.el
test/lisp/net/tramp-tests.el