I've read that it is possible to run emacs (remote machine) within emacs (local machine) using multi-term/ansi-term. How do I set up the appropriate key bindings to enable control of the remote emacs? For instance, C-x C-f will try to open local files.
| |||||||||
feedback
|
migrated from stackoverflow.com Oct 26 '11 at 14:08
This question came from our site for professional and enthusiast programmers.
|
An alternative approach is to use Tramp. This allows you to open remote files from within a local Emacs session. Then you can kill/yank/whatever between local and remote files as if they were all on the same computer. With tramp, you specify at the prompt whether | |||||||||
feedback
|
|
Pretty sure this question is addressed on the relevant emacswiki page. | |||
feedback
|