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: Sun, 16 Oct 2011 21:40:36 +0200 Message-ID: <8739eslo7f.fsf@gmx.de> References: <8739esu4p6.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318794085 1073 80.91.229.12 (16 Oct 2011 19:41:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 16 Oct 2011 19:41:25 +0000 (UTC) Cc: 7583@debbugs.gnu.org To: Thierry Volpiatto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 16 21:41:20 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 1RFWaF-0003xC-So for geb-bug-gnu-emacs@m.gmane.org; Sun, 16 Oct 2011 21:41:20 +0200 Original-Received: from localhost ([::1]:38067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFWaF-0001RY-6C for geb-bug-gnu-emacs@m.gmane.org; Sun, 16 Oct 2011 15:41:19 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFWaC-0001RF-Hv for bug-gnu-emacs@gnu.org; Sun, 16 Oct 2011 15:41:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFWaB-0008Hl-EA for bug-gnu-emacs@gnu.org; Sun, 16 Oct 2011 15:41:16 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFWaB-0008Hh-Ch for bug-gnu-emacs@gnu.org; Sun, 16 Oct 2011 15:41:15 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RFWaw-0005Vq-7j for bug-gnu-emacs@gnu.org; Sun, 16 Oct 2011 15:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 16 Oct 2011 19:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7583 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7583-submit@debbugs.gnu.org id=B7583.131879409521152 (code B ref 7583); Sun, 16 Oct 2011 19:42:02 +0000 Original-Received: (at 7583) by debbugs.gnu.org; 16 Oct 2011 19:41:35 +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 1RFWaU-0005V6-Ri for submit@debbugs.gnu.org; Sun, 16 Oct 2011 15:41:35 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1RFWaS-0005Uu-So for 7583@debbugs.gnu.org; Sun, 16 Oct 2011 15:41:34 -0400 Original-Received: (qmail invoked by alias); 16 Oct 2011 19:40:38 -0000 Original-Received: from p57BB9A9D.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.154.157] by mail.gmx.net (mp003) with SMTP; 16 Oct 2011 21:40:38 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+5+Tk3DQW5NWtFbwKq7pFJYNgPqzpKRKpTHKBtv9 /RNYnlWmHJE/QC In-Reply-To: <8739esu4p6.fsf@gmail.com> (Thierry Volpiatto's message of "Sun, 16 Oct 2011 21:17:09 +0200") 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: Sun, 16 Oct 2011 15:42: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:52693 Archived-At: Thierry Volpiatto writes: > The problem, I guess is tramp start immediately when you enter the first > ":" due to `tramp-file-name-regexp'. This is a common problem for all > incremental UI with tramp. > In anything i let bound `tramp-file-name-regexp' to another value that > wait you type in the second ":". > I don't know for ido but due to it's nature, i guess it's the same.> > See `anything-ff-set-pattern' in anything-config.el. > http://repo.or.cz/w/anything-config.git > > (let ((methods (mapcar 'car tramp-methods)) > (reg "\\`/\\([^[/:]+\\|[^/]+]\\):.*:") > cur-method tramp-name) > > Where reg replace the tramp regexp. You disable then method / user name / host name completion. If you want so, you shall make it configurable, at least. Best regards, Michael.