Jesper Harder <[EMAIL PROTECTED]> writes:
> Evaluating this form:
>
> (find-file-noselect "[EMAIL PROTECTED]:/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.
_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/tramp-devel