Home arrow Blog arrow Using Tramp for remote editing
Using Tramp for remote editing

I have successfully used Tramp for remote editing of files over scp using XEmacs on Windows XP.

 

Put this in your ~/.xemacs/init.el

 

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

 

 

Then open a remote file using:

C-x C-f  /[scp/yourname@yourmachine]/file.name

 

Of course you want to set up passwordless login over ssh for convenience 

Show comments (0) - Add comments to this article:

 
< Prev   Next >

comments

There are no comments yet - feel free to add one using the form below...


Page 1 of 0 ( 0 comments )
©2006 MosCom

Add comments to this article: Using Tramp for remote editing ...

Enter your comment below.

Name (required)

E-Mail (required)
Your email will not be displayed on the site - only to our administrator
Homepage

Comment (supported) [BBcode]

Sponsored Links
Wednesday, 19 November 2008