1
Kymair Oct 14, 2011
|
2
Gal3rielol Oct 14, 2011
Aquamacs
|
3
zhuoqiang Oct 14, 2011 直接使用原版 Emacs: http://emacsformacosx.com/
把 control 和 command 键位设好后,与 windows, linux 上的 emacs 使用上感觉没区别了: ;; Add additional path is needed under Mac (setenv "PATH" (concat (getenv "PATH") ":/usr/local/bin")) (setq exec-path (append exec-path '("/usr/local/bin"))) ;; keyboard for emacs running in OS X (setq mac-option-modifier 'hyper) ; sets the Option key as Hyper (setq mac-option-modifier 'super) ; sets the Option key as Super (setq mac-command-modifier 'meta) ; sets the Command key as Meta (setq mac-control-modifier 'ctrl) ; sets the Control key as Meta |
4
sinxccc Oct 15, 2011
可以试试这个 emacs mac port,我用这个实现很长时间了,觉得应该是目前支持 Mac 特性较多,而且 bug 相对比较少的实现。
https://github.com/railwaycat/emacs-mac-port 目前的 Nextstep port (Emacs 的 Mac 支持官方分支)的问题还太多,不管是原生的 Emacs 还是基于 NS port 开发的 aquamacs,bug tracker 上的 crash 问题都是一堆一堆的…加上 GNU 对 NS port 并不是很重视,对代码限制也比较多(像全屏补丁几年了都没能合进主线),预计短时间内大概是不会有突飞猛进的改变了。 |
5
cjbbug Oct 18, 2011
有24版本最好了
|
6
Numbcoder Oct 18, 2011
为什么突然间,emacs的帖子都浮出来了?
|
8
duoxing Oct 18, 2011
记得livid是用vim的啊
|
9
zellux Oct 18, 2011
我用 Homebrew 里编出来的 emacs
|
10
imonyse Oct 18, 2011
Aquamacs只有一个优点,就是点关闭时不会像cocoa版的emacs那样完全退出。
现在24.0.90版内置ELPA和theme的支持,并且解决了自cocoa版出现以来最恼火的拼音输入法shit切换问题。故推荐: brew install emacs --HEAD --cocoa --use-git-head 配置可以参考 https://github.com/defunkt/emacs |
12
obiwong Dec 3, 2011
|
13
qianleilei Dec 3, 2011
直接在用emacs 24.用了emacs之后,就想买个hhkb啊
|
14
cjbbug Apr 2, 2012
呵呵,大家都在用emacs ,我也刚换了Aquamacs
|
15
staticor Aug 22, 2013
Aquamacs 是新手入门的.. 不那么原汁原味 还是原生的Emacs for mac (GNU 24+)更佳
|