emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 d80dea6036: Add note about Tramp completion to completion-style


From: Lars Ingebrigtsen
Subject: emacs-28 d80dea6036: Add note about Tramp completion to completion-styles doc string
Date: Sat, 21 May 2022 08:47:57 -0400 (EDT)

branch: emacs-28
commit d80dea6036701916c710fde77d1c491dcb804264
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add note about Tramp completion to completion-styles doc string
    
    * lisp/minibuffer.el (completion-styles): Add note about Tramp
    completion (bug#37954).
---
 lisp/minibuffer.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 2724b5a3e6..0ef846ccd7 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -985,7 +985,11 @@ and DOC describes the way this style of completion works.")
 The available styles are listed in `completion-styles-alist'.
 
 Note that `completion-category-overrides' may override these
-styles for specific categories, such as files, buffers, etc."
+styles for specific categories, such as files, buffers, etc.
+
+Note that Tramp host name completion (e.g., \"/ssh:ho<TAB>\")
+currently doesn't work if this list doesn't contain at least one
+of `basic', `emacs22' or `emacs21'."
   :type completion--styles-type
   :version "23.1")
 



reply via email to

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