Livid
275.76D
573.4D
V2EX  ›  Emacs

目前 Mac OS X 上最好的 Emacs 实现是哪个呢?

  •  
  •   Livid ·
    PRO
    · Oct 14, 2011 · 11500 views
    This topic created in 5323 days ago, the information mentioned may be changed or developed.
    15 replies    1970-01-01 08:00:00 +08:00
    Kymair
        1
    Kymair  
       Oct 14, 2011
    Gal3rielol
        2
    Gal3rielol  
       Oct 14, 2011
    Aquamacs
    zhuoqiang
        3
    zhuoqiang  
       Oct 14, 2011   ❤️ 1
    直接使用原版 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
    sinxccc
        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 并不是很重视,对代码限制也比较多(像全屏补丁几年了都没能合进主线),预计短时间内大概是不会有突飞猛进的改变了。
    cjbbug
        5
    cjbbug  
       Oct 18, 2011
    有24版本最好了
    Numbcoder
        6
    Numbcoder  
       Oct 18, 2011
    为什么突然间,emacs的帖子都浮出来了?
    gDD
        7
    gDD  
       Oct 18, 2011
    @Numbcoder 因为都被 @cjbbug 顶上来了,哈哈!
    duoxing
        8
    duoxing  
       Oct 18, 2011
    记得livid是用vim的啊
    zellux
        9
    zellux  
       Oct 18, 2011
    我用 Homebrew 里编出来的 emacs
    imonyse
        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
    sinxccc
        11
    sinxccc  
       Oct 18, 2011
    @imonyse shift 的问题23上一早就有 patch 了,跟 full-screen 的作者是同一个人。一直没进官方而已。
    obiwong
        12
    obiwong  
       Dec 3, 2011
    我觉得最新的是最好,因此推荐daily build emacs,在 http://emacsformacosx.com/rss 订阅。

    @zhuoqiang 提供的键映射必不可少。
    qianleilei
        13
    qianleilei  
       Dec 3, 2011
    直接在用emacs 24.用了emacs之后,就想买个hhkb啊
    cjbbug
        14
    cjbbug  
       Apr 2, 2012
    呵呵,大家都在用emacs ,我也刚换了Aquamacs
    staticor
        15
    staticor  
       Aug 22, 2013
    Aquamacs 是新手入门的.. 不那么原汁原味 还是原生的Emacs for mac (GNU 24+)更佳
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1081 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 69ms · UTC 22:54 · PVG 06:54 · LAX 15:54 · JFK 18:54
    ♥ Do have faith in what you're doing.