ssh into remote Emacs from Emacs control key problem [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
开发者_如何转开发Closed 11 years ago.
Improve this questionWhen I do split screen in emacs, I sshed into a remote machine's emacs and I can't use the control-x key without calling both original and the remote one at the same time. Is there a way to solve this?
This doesn't really address your problem, but you could circumvent it by running Emacs locally and accessing the remote files via tramp.
If you use the scpc or rsyncc tramp methods, it will attempt to use ControlMaster to maintain a single ssh connection for all communication with that server, which I find makes tramp a very efficient option for remote access, as well as being convenient.
精彩评论