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

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

[elpa] externals/vertico ea7ff6661a: README: Update section about Tramp


From: ELPA Syncer
Subject: [elpa] externals/vertico ea7ff6661a: README: Update section about Tramp completion
Date: Wed, 29 Nov 2023 12:59:10 -0500 (EST)

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

    README: Update section about Tramp completion
    
    Follow up of d6971cc1ef87a69cb69cb79fca423fea4ac8a76d
---
 README.org | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index c957a11b0c..c9cf301235 100644
--- a/README.org
+++ b/README.org
@@ -664,12 +664,16 @@ exiting with the empty string is possible by pressing 
=RET= only.
 
 ** Tramp hostname and username completion
 
-In combination with Orderless, protocols, host names and user names are not
-filtered on Emacs 29 or even made available for completion after entering 
=/ssh:=
-on Emacs 28 and older. 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=. This can be achieved by putting =basic= first in the
-completion style overrides for the file completion category.
+*NOTE:* On upcoming Emacs 29.2 and Tramp 2.6.1.5 the workarounds described in 
this
+section are not necessary anymore, since the relevant completion tables have
+been improved.
+
+In combination with Orderless or other non-prefix completion styles like
+=substring= or =flex=, 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=. This can be achieved by putting =basic= 
first in
+the completion style overrides for the file completion category.
 
 #+begin_src emacs-lisp
 (setq completion-styles '(orderless basic)



reply via email to

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