2
votes
2answers
138 views

compile c++ in Emacs via tramp: Save password

I am working with emacs in Win7 to develop C++ Code on a Linux server via SSH. Loading and Saving via Tramp (using plink) works well and the "Compile" command in emacs can also be used, but I need to ...
0
votes
1answer
651 views

emacs, tramp, rsync, MS Windows

Similar to http://stackoverflow.com/questions/148578/ but that question doesn't address MS Windows. Has anyone been able to use rsync instead of plink, either through cygwin or otherwise?
1
vote
1answer
2k views

Emacs + tramp + plink

I'm trying to get emacs tramp running under Windows XP to work over putty plink on an Amazon EC2 instance. The documentation for doing this is sparse. I can find partial documentation, but none that ...
6
votes
3answers
2k views

Emacs, tramp, plink problem on XP

The target machine is running Ububtu server 8.04. Here's the tramp output: tramp: Opening connection for nungu@ip.ip.ip.ip using nil...<br> tramp: Waiting for prompts from remote ...