分页: 1 / 1

怎样让emacs 23运行在终端里呢?

发表于 : 2009-08-22 22:48
zhao78977
今天自己编译了emacs 23.1,发现现在启动之后直接出了X窗口,而不是像以前那样直接在终端里面运行。
请教各位高手有没有方法让它在终端中运行呀?

Re: 怎样让emacs 23运行在终端里呢?

发表于 : 2009-08-22 22:52
adam8157
装nox版本的 编译的参数不一样吧

Re: 怎样让emacs 23运行在终端里呢?

发表于 : 2009-08-22 22:56
BigSnake.NET
有个类似 -no-x 的选项吧

Re: 怎样让emacs 23运行在终端里呢?

发表于 : 2009-08-22 22:57
ask_me

代码: 全选

emacs -nw
不行么?

Re: 怎样让emacs 23运行在终端里呢?

发表于 : 2009-08-22 22:57
O_O_BOT
irc <superjet_busy> say: emacs -nw 不过相应的字体设置如果写到了.emacs中要调整下,或者指定特定的配置问题

Re: 怎样让emacs 23运行在终端里呢?

发表于 : 2009-08-22 23:06
O_O_BOT
irc <xiangfu> say: emacs -nw

Re: 怎样让emacs 23运行在终端里呢?

发表于 : 2009-08-23 9:32
zhao78977
ask_me 写了:

代码: 全选

emacs -nw
不行么?
试了一下,可以,多谢 :em11