tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp (2.0.28); find-file-noselect error


From: Michael Albinus
Subject: Re: tramp (2.0.28); find-file-noselect error
Date: 02 Jan 2003 23:44:16 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Jesper Harder <address@hidden> writes:

> Evaluating this form:
>
>   (find-file-noselect "/address@hidden:/usenet/control/gnu.emacs.help.Z")
>
> gives me this backtrace:

[...]

Oops. Moving settings for tramp-default-method-alist to tramp-ftp.el I
haven't handled tramp-ftp-method correctly. Same for tramp-smb.el.

Could you, please, take the latest CVS versions, or apply the
following patch to tramp-ftp.el:

src/tramp> cvs diff -r 2.4 lisp/tramp-ftp.el
Index: lisp/tramp-ftp.el
===================================================================
RCS file: /cvsroot/tramp/tramp/lisp/tramp-ftp.el,v
retrieving revision 2.4
retrieving revision 2.5
diff -r2.4 -r2.5
79c79
<            '("\\`ftp\\." "" tramp-ftp-method))
---
>            (list "\\`ftp\\." "" tramp-ftp-method))
81c81
<            '("" "\\`\\(anonymous\\|ftp\\)\\'" tramp-ftp-method))
---
>            (list "" "\\`\\(anonymous\\|ftp\\)\\'" tramp-ftp-method))

Best regards, Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]