From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Tramp shows no user/host completions (solved while writing) Date: Thu, 24 Oct 2019 18:01:12 +0200 Message-ID: <87v9seb0af.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="61157"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 24 18:40:47 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iNgAJ-000Fon-7R for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Oct 2019 18:40:47 +0200 Original-Received: from localhost ([::1]:47654 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNgAH-0005Pt-IN for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Oct 2019 12:40:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52814) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNfY3-0005MZ-Oy for help-gnu-emacs@gnu.org; Thu, 24 Oct 2019 12:01:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iNfY3-0008Hc-Jd for help-gnu-emacs@gnu.org; Thu, 24 Oct 2019 12:01:15 -0400 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:51969) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1iNfY3-0005PJ-7U for help-gnu-emacs@gnu.org; Thu, 24 Oct 2019 12:01:15 -0400 Original-Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id 62AD92202C for ; Thu, 24 Oct 2019 12:01:14 -0400 (EDT) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Thu, 24 Oct 2019 12:01:14 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrledugdeliecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgfgggtsehttdertddtre dtnecuhfhrohhmpefvrghsshhilhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheq necukfhppeekgedrudefvddrleelrdegieenucfrrghrrghmpehmrghilhhfrhhomhepth hhohhrnhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefkeejkeeg qdeifeehvdelkedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhfmhenuc evlhhushhtvghrufhiiigvpedt X-ME-Proxy: Original-Received: from thinkpad-t440p (p5484632e.dip0.t-ipconnect.de [84.132.99.46]) by mail.messagingengine.com (Postfix) with ESMTPA id 853588005C for ; Thu, 24 Oct 2019 12:01:13 -0400 (EDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:121716 Archived-At: Hi all, with "emacs -q", C-x C-f /ssh: showed many completions for host names but with my custom emacs setup, it just says [no matches]. I've debugged around for an hour, started to write this mail, and then eventually found the culprit. It seems like you absolutely must have the `basic' completion style in `completion-styles' or the `file' entry in `completion-category-overrides'. No `basic', no Tramp username/hostname completions. Just in case someone runs into the same issue... Bye, Tassilo