I try to get tramp working with XEmacs on Linux:

Emacs  : XEmacs 21.1 (patch 12) "Channel Islands" [Lucid] (i686-pc-linux)
Package: tramp ($Id: tramp.el,v 1.405 2000/08/18 18:44:40 grossjoh Exp $)

I executed 

(require 'tramp)
(setq tramp-default-method "scpx")

I have tried "sm", "sm1" and "scp" as well.

and then tried to open a file: C-x C-f /r:euklid.rz:.bashrc


warning: Warning: Need basic cursor movement capablity, using vt100

warning: Executing /usr/local/bin/ssh1 for ssh1 compatibility.


Process *tramp/scpx [EMAIL PROTECTED]* killed


ssh and scp to the remote machine work without login or password requests.
The remote machine is an IRIX system. Connecting to anopther Linux
system gives the same result, though.

Does tramp work with XEmacs currently? Anything obviuos I am doing wrong?

Thanks for your help,
Jochen


current state:
==============
(setq
 tramp-ls-command nil
 tramp-current-method "scpx"
 tramp-current-user "jochen"
 tramp-current-host "euklid.rz"
 tramp-auto-save-directory nil
 tramp-default-method "scpx"
 tramp-rsh-end-of-line "\n"
 tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" "/usr/ccs/bin" 
"/local/bin" "/local/freeware/bin" "/local/gnu/bin"
                     "/usr/freeware/bin")
 tramp-login-prompt-regexp ".*ogin: *$"
 tramp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\):? *$"
 tramp-wrong-passwd-regexp "^.*\\(Permission denied.\\|Login [Ii]ncorrect\\|Received 
signal [0-9]+\\|Connection \\(refused\\|closed\\)\\|Sorry, try again.\\|Name or 
service not known\\).*$"
 tramp-temp-name-prefix "tramp."
 tramp-file-name-structure 
'("\\`/r\\(@\\([a-z0-9]+\\)\\)?:\\(\\([a-z0-9_#]+\\)@\\)?\\([a-z0-9.-]+\\):\\(.*\\)\\'"
 2 4 5 6)
 tramp-file-name-regexp "\\`/r[@:]"
 tramp-make-tramp-file-format "/r@%m:%u@%h:%p"
 tramp-end-of-output "/////"
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 )
-- 
Heinrich-Heine-Universität, Institut für Physikalische Chemie I
Universitätsstr. 1, Geb. 26.43 Raum 02.29
40225 Düsseldorf, Germany                phone ++49-211-8113681
http://www.Jochen-Kuepper.de               fax ++49-211-8115195

Reply via email to