From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.bugs Subject: bug#7583: 23.2; ido loads tramp too eagerly Date: Wed, 26 Oct 2011 20:27:37 +0200 Message-ID: <87pqhjehgm.fsf@gmx.de> References: <878voll39p.fsf@gmx.de> <87d3dkgmwb.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319653710 2864 80.91.229.12 (26 Oct 2011 18:28:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2011 18:28:30 +0000 (UTC) Cc: 7583-done@debbugs.gnu.org To: Dave Abrahams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 26 20:28:24 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 1RJ8D8-0007q3-Un for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Oct 2011 20:28:23 +0200 Original-Received: from localhost ([::1]:39040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ8D8-0007Lg-Cp for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Oct 2011 14:28:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ8D5-0007LR-9z for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 14:28:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ8D4-0000AQ-1N for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 14:28:19 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ8D3-0000AL-VY for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 14:28:17 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RJ8Ej-0002K6-SI for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 14:30:01 -0400 Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Oct 2011 18:30:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7583 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 7583@debbugs.gnu.org, michael.albinus@gmx.de Original-Received: via spool by 7583-done@debbugs.gnu.org id=D7583.13196537798873 (code D ref 7583); Wed, 26 Oct 2011 18:30:01 +0000 Original-Received: (at 7583-done) by debbugs.gnu.org; 26 Oct 2011 18:29:39 +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 1RJ8EM-0002J2-J4 for submit@debbugs.gnu.org; Wed, 26 Oct 2011 14:29:38 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1RJ8EK-0002Ip-73 for 7583-done@debbugs.gnu.org; Wed, 26 Oct 2011 14:29:37 -0400 Original-Received: (qmail invoked by alias); 26 Oct 2011 18:27:42 -0000 Original-Received: from p57BB98D4.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.212] by mail.gmx.net (mp011) with SMTP; 26 Oct 2011 20:27:42 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX189t1IZFYo9e2Ge/aC93qMBt1dAJ7Hnzl1fAAuzhM e5j2taGydoRSbE In-Reply-To: (Dave Abrahams's message of "Wed, 26 Oct 2011 14:19:09 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 26 Oct 2011 14:30:01 -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:53166 Archived-At: Dave Abrahams writes: >> I've just committed a patch for ido.el, which removes explicit loading >> of Tramp. Autoloads shall be sufficient. >> >> This is all what could be done inside ido, IMHO. I've seen your other >> report on the Tramp ML, and I'm working on this. Therefore, I believe we >> can close *this* bug report. >> >> Do you agree? > > Sure; if there are problems I'll bring them up anew :-) Thanks, I've closed the bug. Best regards, Michael.