I tried the same procedure on a linux box with emacs-21.1.1 with the same result.

there, I tried the ssh method, too:
--------------------------------------------------------------------
# Waiting for remote `/bin/sh' to come up...done                                       
             
$ echo ~root                                                                           
             
/root
# Remote `/bin/sh' groks tilde expansion, good                                         
             
# Finding command to check if file exists                                              
             
$ ls -d / 2>/dev/null; echo tramp_exit_status $?                                       
             
/
tramp_exit_status 0
$ ls -d /\ this\ file\ does\ not\ exist\  2>/dev/null; echo tramp_exit_status $?       
             
hello
--------------------------------------------------------------------
with ssh2 method, I got a directory listing, but opening a file failed:
--------------------------------------------------------------------
tramp: Finding true name for 
`/ssh2:[EMAIL PROTECTED]:/opt/ucp/solutions/b2b/id_dsa.pub'
tramp: Check /opt
tramp-handle-file-attributes: Wrong type argument: listp, hello
--------------------------------------------------------------------



-----Original Message-----
From: Thomas Haselberger 
Sent: Dienstag, 30. Juli 2002 00:44
To: Tramp-Devel (E-mail)
Subject: tests with the latest version from cvs on w2k with cygwin


I did some tests with the latest version of tramp from cvs:
some setup details:
I used a minimal .emacs with no xtra libs loaded, just tramp, and very basic 
configuration.
in the tramp lisp dir, I typed make and all compiled fine.
ssh-agent is used for connections without login prompts.

using tramp-method smx before, I now try sshx.
connection and directory navigation works fine.

opening a file works.
when trying to save the file, I get an error:
----------------------------------------------
tramp: True name of 
`/sshx:[EMAIL PROTECTED]:/opt/ucp/solutions/b2b/id_dsa.pub' is 
`/opt/ucp/solutions/b2b/id_dsa.pub'
tramp: Encoding remote file 
/sshx:[EMAIL PROTECTED]:/opt/ucp/solutions/b2b/id_dsa.pub...
tramp: Decoding remote file 
/sshx:[EMAIL PROTECTED]:/opt/ucp/solutions/b2b/id_dsa.pub...
Mark set
tramp: Decoding remote file 
/sshx:[EMAIL PROTECTED]:/opt/ucp/solutions/b2b/id_dsa.pub with function 
base64-decode-region...
Wrote c:/tramp.1864q9b
tramp: Decoding remote file 
/sshx:[EMAIL PROTECTED]:/opt/ucp/solutions/b2b/id_dsa.pub...done
tramp: Inserting local temp file `c:/tramp.1864q9b'...done
basic-save-buffer-2: Wrong type argument: arrayp, nil
----------------------------------------------

Thomas Haselberger - mailto:[EMAIL PROTECTED]
research & development - UNIVERSAL COMMUNICATION PLATFORM AG
fix: +43-5574-76900-11, fax: +43-5574-76900-99
fon/sms: +43-676-6688637
snail: dammstrasse 4, 6923 lauterach, austria

_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel

_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel

Reply via email to