From 8ac5510a0e0e545384d51366f45dedbe1edef656 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 8 Sep 2021 16:57:12 +0200 Subject: [PATCH] Document restriction of completion styles with remote file names * doc/misc/tramp.texi (File name completion): Mention restriction of completion styles. --- doc/misc/tramp.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index b2dcddc7937..7109ca67dc3 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -3231,7 +3231,10 @@ directory @file{/sbin} on your local host. Type @kbd{s h @value{postfixhop}} for the minibuffer completion to @samp{@value{prefix}ssh@value{postfixhop}}. Typing @kbd{@key{TAB}} shows host names @value{tramp} extracts from @file{~/.ssh/config} -file, for example. +@c bug#50387 +file, for example@footnote{Some completion styles, like +@code{substring} or @code{flex}, require to type at least one +character after the trailing @samp{@value{postfixhop}}.}. @example @group -- 2.39.2