Kai Grossjohann wrote:
Peter Valdemar M�rch <[EMAIL PROTECTED]> writes:


in *scratch* I tried
(find-file "/[ssh/[EMAIL PROTECTED]/etc/passwd")C-x C-e

(find-file "/[ssh/[EMAIL PROTECTED]/etc/passwd")C-x C-e


What happens when you try the above?

Kai

YIHAAARR! TRAMP ROCKS!


Yes, the terminating ']' (that is "square-bracket-end") did the trick. I don't know, maybe MHonArc munged the terminating ']'. But it wasn't present in:
http://mail.gnu.org/archive/html/tramp-devel/2003-12/msg00032.html
I just trusted the output.


(Oh, and maybe, just possibly maybe it was because I had forgotten to use my head!!)

Thanks a bundle! :-D

****************

About the
(find-file "/ssh:[EMAIL PROTECTED]:/etc/passwd")
syntax in XEmacs:

(Tramp works for me now! That was the important thing. This syntax is just easier to remember... A nice-to-have..)

In
http://mail.gnu.org/archive/html/tramp-devel/2003-12/msg00039.html
Michael seems to mention: "Solved meanwhile in CVS" and I'm not sure what it is that is solved. Do we agree whether (setq tramp-unified-filenames t) works in XEmacs? I can't get it to work.


I checked out the CVS version, and with this:
(require 'efs)
(add-to-list 'load-path "~/work/tramp/tramp/lisp/")
(add-to-list 'load-path "~/work/tramp/tramp/contrib/")
(add-to-list 'Info-default-directory-list "~/work/tramp/tramp/info/")
(setq tramp-unified-filenames t)
;; (require 'tramp)
;; or
(load-library "tramp")
(describe-variable 'tramp-version)
(find-file "/ssh:[EMAIL PROTECTED]:/etc/passwd")

describe variable did show the CVS version...

It still tries to "Opening FTP connection to ssh..."

- Peter



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

Reply via email to