finally i figure out how to use tramp in emacs,that is so useful for me ,and after configuration in the .emacs like below:(add-to-list 'load-path "/usr/share/emacs/22.2/lisp/net/")
(setq tramp-default-method "ssh")and the command format you should use like this:/method://usr@machine:port/path/to.fileand also,if you want to dive into emacs just like me,please follow me in twitter :twitter.com/cuteup
|