From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#9793: 24.0.90; Unwanted tramp connection on eshell completion. Date: Thu, 20 Oct 2011 16:43:33 -0400 Message-ID: References: <87r529a8g2.fsf@gmail.com> <871uu7lcv7.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1319143449 18351 80.91.229.12 (20 Oct 2011 20:44:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2011 20:44:09 +0000 (UTC) Cc: 9793@debbugs.gnu.org To: Thierry Volpiatto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 20 22:44:04 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RGzT7-0004ar-33 for geb-bug-gnu-emacs@m.gmane.org; Thu, 20 Oct 2011 22:44:01 +0200 Original-Received: from localhost ([::1]:57709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGzT6-0004Oi-8H for geb-bug-gnu-emacs@m.gmane.org; Thu, 20 Oct 2011 16:44:00 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGzT1-0004O0-Ky for bug-gnu-emacs@gnu.org; Thu, 20 Oct 2011 16:43:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGzSz-0004FB-HB for bug-gnu-emacs@gnu.org; Thu, 20 Oct 2011 16:43:55 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGzSz-0004EX-0W for bug-gnu-emacs@gnu.org; Thu, 20 Oct 2011 16:43:53 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RGzU6-0006Gx-99 for bug-gnu-emacs@gnu.org; Thu, 20 Oct 2011 16:45:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 20 Oct 2011 20:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9793 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9793-submit@debbugs.gnu.org id=B9793.131914348724078 (code B ref 9793); Thu, 20 Oct 2011 20:45:02 +0000 Original-Received: (at 9793) by debbugs.gnu.org; 20 Oct 2011 20:44:47 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RGzTr-0006GH-9J for submit@debbugs.gnu.org; Thu, 20 Oct 2011 16:44:47 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RGzTo-0006G9-Uc for 9793@debbugs.gnu.org; Thu, 20 Oct 2011 16:44:45 -0400 Original-Received: from ceviche.home ([24.48.59.205]) by VL-VM-MR003.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0LTD008H5TIXLEH0@VL-VM-MR003.ip.videotron.ca> for 9793@debbugs.gnu.org; Thu, 20 Oct 2011 16:42:33 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id 82ADF660B6; Thu, 20 Oct 2011 16:43:33 -0400 (EDT) In-reply-to: <871uu7lcv7.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 20 Oct 2011 16:45:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52950 Archived-At: > Because you didn't load tramp. > Connect first to your "trex" or anything else, then close this, and run > eshell and retry the above. > For me too, if i start emacs -Q and i go strait to eshell, all work fine. Ah, I see, I can reproduce it now: % emacs -Q M-x load-library RET tramp RET M-x eshell RET cd /t TAB At that point, Tramp tried to connect to `tic' and to `tequila' (the hosts mentioned in ~/.ssh/known_hosts that start with `t'). Note that I'm not sure that ~/.ssh/config is relevant, because it only seems to show entries from my ~/.ssh/known_hosts. Stefan