【问题标题】:Just open the Cygwin Emacs frame without black terminal window只需打开没有黑色终端窗口的 Cygwin Emacs 框架
【发布时间】:2016-04-29 19:39:20
【问题描述】:

将 Cygwin bin 目录添加到 PATH 后,我可以直接从“运行命令”(Windows + R) 窗口启动 Cygwin Emacs。

但是,输入 emacs-w32 首先打开一个黑色终端窗口,然后打开 W32 Cygwin Emacs 应用程序。

如何只打开 Cygwin Emacs 窗口?

emacs-nox 和 emacsclient-w32 等替代方案无法提供必要的答案...

【问题讨论】:

  • 黑色终端是一个windows控制台。隐藏它需要第三个软件。
  • 需要哪个第 3 软件?控制台在“分叉”Emacs 时会消失的解决方案吗?

标签: emacs terminal console cygwin


【解决方案1】:

使用cygwin命令run:

C:\cygwin\bin\run emacs-w32

由于您的PATH 中有emacs-w32 的位置,所以它也是run 的位置,因此您可以使用以下内容:

run emacs-w32

然后,您可以在桌面上创建快捷方式,或者将其固定到任务栏,等等。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-06-05
    • 2020-08-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-07-20
    • 2010-12-20
    相关资源
    最近更新 更多