[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp smb error: Cannot open connection //address@hidden/build
From: |
Michael Albinus |
Subject: |
Re: tramp smb error: Cannot open connection //address@hidden/build |
Date: |
Wed, 24 May 2006 17:41:58 +0200 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux) |
Pawel <address@hidden> writes:
> I think I found the problem.
> I investigated the code for a while and to make it work I changed folowing
> strings in tramp-smb.el:
> "tramp-smb-method user host localname" -> "tramp-smb-method (tramp-find-user
> tramp-smb-method user host) host localname"
> "user host share file" -> "(tramp-find-user tramp-smb-method user host) host
> share file"
>
> I believe that this solution is not perfect, but I hope that it will point
> the proper solution.
Sounds reasonable. In Tramp 2.1.6-pre (that is the CVS version), I've
applied already a more drastic approach: in tramp-dissect-file-name,
tramp-find-* functions are called always for assembling the
corresponding parameters. By this, a correct expansion should be
guaranteed.
Thanks for your report and debugging the problem, and best regards, Michael.