Search code examples
emacsserver-mode

Running emacs in server mode so it's possible to connect from remote locations


Is it possible to run emacs in server mode so remote clients can connect from remote locations via network? I'm just looking for the way to run emacs on remote powerful server and edit buffers locally using emacsclient while running compile command remotelly. This looks much better approach then using ssh session. Should not depend on network latency.


Solution

  • I think the best approach is: http://www.emacswiki.org/emacs/TrampMode