如何启动 Emacs,使一个进程在框架的顶部窗口中,另一个进程在框架的下部窗口中?
我有一些从函数运行的进程,即: MX 运行 proc1 Mx run-proc2
我想知道从命令行发出什么命令来运行 emacs,run-proc1
在上面的窗口中运行,run-proc2
在下面的窗口中运行下窗。
谢谢!
I have some processes that run from functions, i.e.:
M-x run-proc1
M-x run-proc2
I would like to know what command to issue from the command line to run emacs with run-proc1
running in the upper window and run-proc2
running in the lower window.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
稍后您可能会得到更好的答案,但将其附加到 ~/.emacs.d/init.el 可能会起作用。
或者(另一种方法),请参阅 此链接。
You might get better answers later, but appending this to your ~/.emacs.d/init.el might work.
Alternatively (for another approach), see this link.