From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Cannot connect to some hosts using tramp Date: Thu, 17 Apr 2014 16:13:51 +0100 Message-ID: <87fvlcdm4w.fsf@robertthorpeconsulting.com> References: <87y4z5yuk8.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1397747672 5563 80.91.229.3 (17 Apr 2014 15:14:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2014 15:14:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 17 17:14:25 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wao1B-0003Ew-BR for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2014 17:14:25 +0200 Original-Received: from localhost ([::1]:33215 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wao1A-0001U0-Tt for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2014 11:14:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wao0t-0001Tj-4F for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 11:14:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wao0i-0001Iw-U8 for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 11:14:07 -0400 Original-Received: from outbound-smtp05.blacknight.com ([81.17.249.38]:57530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wao0i-0001I8-NL for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 11:13:56 -0400 Original-Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp05.blacknight.com (Postfix) with ESMTP id 7398598433 for ; Thu, 17 Apr 2014 15:12:31 +0000 (UTC) Original-Received: (qmail 25787 invoked from network); 17 Apr 2014 15:13:53 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[93.107.218.134]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 17 Apr 2014 15:13:52 -0000 In-Reply-To: <87y4z5yuk8.fsf@gmx.de> (message from Michael Albinus on Wed, 16 Apr 2014 20:53:59 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97173 Archived-At: > Angus Comber writes: > >> This is what I tried: >> >> m-x tramp > > ??? There is no command `tramp' ... I think what's happening here is that the command "tramp-unload-tramp" is autoloaded. On my Emacs it's the only command beginning with "tramp". In that case if you do "M-x tramp RET" minibuffer completion will expand it to "tramp-unload-tramp". This may be a quirk of my config though. BR, Robert Thorpe