在 GUI 而不是终端中打开 Emacs

sco*_*t m 5 linux command-line gui emacs

我在 Linux 14.04 中下载了 Emacs,当我输入 时emacs filename.c,它会在终端中打开 Emacs,而不是外部图形用户界面。如何强制 Emacs 在终端外打开?

man*_*rth 1

或 GUI 类型中的 Emacs:

emacs-c

对于使用守护程序的 GUI 中的 Emacs 客户端:

emacs --daemon

emacsclient -c 
Run Code Online (Sandbox Code Playgroud)

更新

'-c' 选项适用于 emacsclient 而不是 emacs。

  • 默认情况下,Emacs 没有“-c”选项。 (3认同)