tramp-devel
[Top][All Lists]
Advanced

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

efs + tramp + emacs problem.


From: Alex Koval
Subject: efs + tramp + emacs problem.
Date: Wed, 24 Dec 2003 10:43:46 +0200
User-agent: Opera7.23/Linux M2 build 518


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:address@hidden:/
 ... Opening FTP connection to ssh ...

 for /scp:address@hidden:/
 ... 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:address@hidden:/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/




reply via email to

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