LionにCocoa Emacs(23.3.1)をインストールした(Homebrew編)
HomebrewでCocoa Emacs(23.3.1)をインストールしました。
$ brew install emacs --cocoa Error: Failed executing: make bootstrap These existing issues may help you: https://github.com/mxcl/homebrew/issues/8156 Otherwise, please report the bug: https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
公式のFormulaでは上記のようなエラーでインストールできなかったので、GitHubにあるFormulaを使用しました。
$ brew install https://gist.github.com/raw/1128997/347bb0d97155a294d9c50b6418c9130fadec8a5b/emacs.rb --cocoa --lion
Emacs.app をアプリケーションフォルダへ移動します。
$ sudo mv /usr/local/Cellar/emacs/23.3a/Emacs.app /Applications
2011.11.18 修正
Emacs.appをアプリケーションフォルダへ移動してしまうと、emacsコマンド(/usr/local/bin/emac)が使えなくなってしまうのでコピーします。
$ sudo cp -a /usr/local/Cellar/emacs/23.3a/Emacs.app /Applications
*1:バイナリ版も配布されているようです。