Hi,
Tramp + efs / ange-ftp does not work well for me.
Here is what I have. Setup 1:
Xemacs 21.4 patch 12 tramp-version says 2.0.36 xemacs package version:
tramp 1.16 1.16 Remote shell-based file editing.
`file-name-handler-alist' is a simple built-in variable.
Value: (("^/\\([[][^]]*\\)?$" . tramp-completion-file-name-handler) ("^/[^/:]+:" . efs-file-handler-function) ("^/$" . efs-root-handler-function) ("\\`/\\[.*\\]" . tramp-file-name-handler) ("\\(^\\|[^$]\\)\\(\\$\\$\\)*\\$[{a-zA-Z0-9]" . efs-sifn-handler-function))
I loaded efs and tramp the following way into .xemacs/init.el:
(require 'efs) (require 'tramp)
Actual error -------------------
When I try to open any file I receive:
for /ssh:[EMAIL PROTECTED]:/ ... Opening FTP connection to ssh ...
for /scp:[EMAIL PROTECTED]:/ ... Opening FTP connection to scp...
Etc, you understand me.
Different setup ------------------------
GNU Emacs 21.3.1 tramp 2.0.36
In this setup tramp works, but ange-ftp tells me everytime when I try to open
file via FTP:
/ftp:[EMAIL PROTECTED]:/file
it first asks for password for 'ftp'
and then it says: ftp> open ftp ftp: ftp: Unknown host
when I open file 2nd time, it works fine. (same way, no changes. just 2nd time)
Results: ------------
1. all attempts to fetch 2.0.38 are failed due to the facts:
- cvs server not responding
- http://savannah.gnu.org/download/tramp/ = Not Found (The requested URL /download/tramp/ was not found on this server.)
2. I have to have 2 editors open: emacs to editing files via ssh, and xemacs to edit files via ftp.
-- Alex V. Koval http://www.halogen-dg.com/ http://www.zwarehouse.org/
_______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
