From d80dea6036701916c710fde77d1c491dcb804264 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 21 May 2022 14:46:47 +0200 Subject: [PATCH] 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 2724b5a3e6d..0ef846ccd78 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\") +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") -- 2.39.2