在远程服务器上进行MX编译
我在 Windows 7 上运行 GNU Emacs,并在 Linux 编译服务器上通过 ssh 进行编译。
emacs 可以与开放的 SSH shell 通信并在其中运行 Make
吗?
如果可能的话,我不想每次 Make
时都打开一个新的 shell。
I'm running GNU Emacs on Windows 7 and compiling over ssh on a Linux compilation server.
Can emacs communicate with an open SSH shell and run Make
in it?
If possible, I don't want to open a new shell each time I Make
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我最近将其添加到我的 /etc/ssh/ssh_config 中。
这里的 server.somewhere.org 应替换为您的 Linux PC。
它极大地加快了 Emacs TRAMP 的速度,因为 SSH 握手仅完成一次(当 Emacs 首次连接时)。
也许这在 Windows 中也是可能的。
I recently added this to my /etc/ssh/ssh_config.
Here server.somewhere.org should be replaced with your Linux PC.
It speeds up Emacs TRAMP tremendously because the SSH handshake is done only once (when Emacs first connects).
Probably this is possible in Windows as well.
您可以尝试Mx trapmp-compile。
请参阅http://www.xemacs.org/Documentation/packages/html/ Tramp_5.html#SEC24
You could try M-x tramp-compile.
See http://www.xemacs.org/Documentation/packages/html/tramp_5.html#SEC24