0

我正在使用多监视器工作站,并且需要将 emacs 作为守护程序运行以确保正确处理多个帧,例如避免在关闭帧后结束 emacs 会话。

当我将 emacs 作为守护进程运行时,我遇到了通常在 GUI 中显示的视觉效果的问题。当我在控制台下运行 emacs 时,dirtree 模式的图标和连接器以及 sr-speedbar 模式的相同内容被替换为 ascii 伪图形。

即使对于守护进程的 emacs,我如何才能启用 GUI 视觉效果?

将 emacs 作为守护进程运行:

emacs --daemon=foo

生成 emacs 帧:

emacsclient -c -s foo
emacsclient -c -s foo
emacsclient -c -s foo

所有命令都从DISPLAY设置变量的GUI 运行

4

0 回答 0