tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.0.28); ange-ftp stopped working


From: Michael Albinus
Subject: Re: tramp (2.0.28); ange-ftp stopped working
Date: 28 Jan 2003 09:12:15 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

David Kastrup <address@hidden> writes:

> Debugger entered--Lisp error: (error "Method `tramp-ftp-method' didn't 
> specify a connection function")

OK, that's clear. I should have seen that yesterday already :-(

Fixed on 2003/01/02 in CVS. So I propose you take the recent Tramp
from CVS. Or Kai prepares Tramp 2.0.29 for Emacs 21.3.50. Or you apply
the following patch to tramp-ftp.el:

===================================================================
RCS file: /cvsroot/tramp/tramp/lisp/tramp-ftp.el,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- tramp/tramp/lisp/tramp-ftp.el       2002/12/21 21:32:59     2.4
+++ tramp/tramp/lisp/tramp-ftp.el       2003/01/02 22:21:03     2.5
@@ -76,9 +76,9 @@
 
 ;; Add some defaults for `tramp-default-method-alist'
 (add-to-list 'tramp-default-method-alist
-            '("\\`ftp\\." "" tramp-ftp-method))
+            (list "\\`ftp\\." "" tramp-ftp-method))
 (add-to-list 'tramp-default-method-alist
-            '("" "\\`\\(anonymous\\|ftp\\)\\'" tramp-ftp-method))
+            (list "" "\\`\\(anonymous\\|ftp\\)\\'" tramp-ftp-method))
 
 ;; Add completion function for FTP method.
 (unless (memq system-type '(windows-nt))






reply via email to

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