GNU bug report logs - #7583
23.2; ido loads tramp too eagerly

Previous Next

Package: emacs;

Reported by: Dave Abrahams <dave <at> boostpro.com>

Date: Tue, 7 Dec 2010 17:34:01 UTC

Severity: normal

Found in version 23.2

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>, 7583 <at> debbugs.gnu.org
Subject: bug#7583: 23.2; ido loads tramp too eagerly
Date: Thu, 20 Oct 2011 20:43:52 +0200
Michael Albinus <michael.albinus <at> gmx.de> writes:

>
> I recommend not to use an own `tramp-file-name-regexp'. There could
> always be problems when Tramp is changing it, and there are in fact 3
> different syntax notations for remote file names, which are supported by
> Tramp.
I do not replace `tramp-file-name-regexp' by another value, i use a let
bound regexp similar to `tramp-file-name-regexp' but named differently.

--8<---------------cut here---------------start------------->8---
  (let ((methods (mapcar 'car tramp-methods))
        (reg "\\`/\\([^[/:]+\\|[^/]+]\\):.*:")
--8<---------------cut here---------------end--------------->8---

And then i reuse `tramp-file-name-regexp' where needed.

Use `anything-find-files' to try your tramp with anything completion ;-)

> Have you tried to apply `non-essential' instead?
It is no help for my use case.

Thanks.


-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




This bug report was last modified 13 years and 211 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.