emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico af819df792: README: Add note about Tramp hostna


From: ELPA Syncer
Subject: [elpa] externals/vertico af819df792: README: Add note about Tramp hostname and username completion
Date: Fri, 10 Feb 2023 12:58:29 -0500 (EST)

branch: externals/vertico
commit af819df7927aa44df823dae5931c1183d1b897bf
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Add note about Tramp hostname and username completion
---
 README.org | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index ae2ad01574..8441fffee9 100644
--- a/README.org
+++ b/README.org
@@ -631,12 +631,17 @@ to exit with the empty string, press =M-RET=. In the 
second case the explicit
 default value "" is specified and Vertico preselects the prompt, such that
 exiting with the empty string is possible by pressing =RET= only.
 
-** Tramp hostname completion
+** Tramp hostname and username completion
 
-In combination with Orderless, hostnames are not made available for completion
-after entering =/ssh:=. In order to avoid this problem, the =basic= completion 
style
-should be specified for the file completion category, such that =basic= is 
tried
-before =orderless=.
+*NOTE:* On Emacs 30 the workarounds described in this section will likely 
become
+unnecessary, since the Tramp maintainer improved the relevant completion 
tables.
+Confirmation would be welcome if you already use a very recent build of Emacs
+master.
+
+In combination with Orderless, host names and user names are not made available
+for completion after entering =/ssh:=. In order to avoid this problem, the 
=basic=
+completion style should be specified for the file completion category, such 
that
+=basic= is tried before =orderless=.
 
 #+begin_src emacs-lisp
   (setq completion-styles '(orderless basic)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]