]> 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)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Jan 2024 19:10:37 +0000 (20:10 +0100)
commit7e0b611b1ca6fca8cd1701a7d38763712d321fea
treebd9aba41f069f183c014e7128663edda758dc272
parent60055907f620b809cc997658fe7da2be4dda41e3
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.

(cherry picked from commit cf887b7eb08a7ed0859b3fa2e1c4e54d787d2f9d)
doc/misc/trampver.texi
lisp/net/tramp.el
lisp/net/trampver.el
test/lisp/net/tramp-tests.el