diff options
| author | Michael Albinus | 2024-01-10 12:49:08 +0100 |
|---|---|---|
| committer | Michael Albinus | 2024-01-10 12:49:08 +0100 |
| commit | cf887b7eb08a7ed0859b3fa2e1c4e54d787d2f9d (patch) | |
| tree | 3c668ea6bc9bf5632d3182fb18ef4d66b4b5b518 /doc/misc | |
| parent | eb913c7501489e1eae475cae843fccdf14cc24d8 (diff) | |
| download | emacs-cf887b7eb08a7ed0859b3fa2e1c4e54d787d2f9d.tar.gz emacs-cf887b7eb08a7ed0859b3fa2e1c4e54d787d2f9d.zip | |
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.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/trampver.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 8cb0e3d574a..bf5c90ee8a9 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | @c In the Tramp GIT, the version number and the bug report address | 8 | @c In the Tramp GIT, the version number and the bug report address |
| 9 | @c are auto-frobbed from configure.ac. | 9 | @c are auto-frobbed from configure.ac. |
| 10 | @set trampver 2.7.0 | 10 | @set trampver 2.7.1-pre |
| 11 | @set trampurl https://www.gnu.org/software/tramp/ | 11 | @set trampurl https://www.gnu.org/software/tramp/ |
| 12 | @set tramp-bug-report-address tramp-devel@@gnu.org | 12 | @set tramp-bug-report-address tramp-devel@@gnu.org |
| 13 | @set emacsver 27.1 | 13 | @set emacsver 27.1 |