【问题标题】:How to start emacsclient on emacs 27, ubuntu 18如何在 emacs 27、ubuntu 18 上启动 emacsclient
【发布时间】:2018-05-09 14:55:49
【问题描述】:

在 Ubuntu 18 上使用 emacs 27 相当于 emacsclient -a '' 是什么?我现在明白了

$ emacsclient -a ''
emacsclient: file name or argument required
Try 'emacsclient --help' for more information

无需启动 emacs 守护程序,然后像以前那样再次连接。这也适用于 ubuntu 16.04,所以我认为它与 Ubuntu 18.04 有关。

【问题讨论】:

    标签: ubuntu emacs daemon emacsclient


    【解决方案1】:

    您需要传递-t-n。如果你想要一个 GUI 窗口:emacsclient -nc -a ''。如果您希望它在终端中运行,emacsclient -t -a ''emacsclient -nw -a '' 将执行您想要的操作。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-03-19
      • 2021-08-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多