Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在控制台窗口中启动 emacs,而不是在单独的 GUI 中。我在 Windows 中使用 emacs 23.2。
正如我在评论中所说, emacs -nw适用于 Windows。
emacs -nw
emacs -nw 不一定适用于 Windows。在我的系统上它抛出一个
emacs:标准输入不是 tty
错误,在 cygwin 和 msys2 中。
(作为对上面的回复发布,因为堆栈交换不允许我添加评论)。