Emacsも23.2になったということで、そろそろ移行してみることにしました。下記の参考文献をもとに、各種パッチを当ててビルドしていきます。
% wget http://ftp.gnu.org/pub/gnu/emacs/emacs-23.2.tar.gz
% wget http://jaist.dl.sourceforge.jp/macemacsjp/47194/inline_patch-23.1.96-b2.tar.gz
% wget http://github.com/downloads/typester/emacs/feature-fullscreen.patch
% tar zxvf inline_patch-23.1.96-b2.tar.gz
% tar zxvf emacs-23.2.tar.gz
% cd emacs-23.1
% patch -p0 < ../inline_patch-23.1.96-b2/emacs-inline.patch
% patch -p1 < ../feature-fullscreen.patch
% ./configure --with-ns --without-x
% make bootstrap
% make install
% open nextstep/Emacs.app
あとはここを参考にフォントの設定をして完了。あとはちまちま設定を追加していくのみですかね。
参考文献
- typester's emacs at master - GitHub
- Full-screen support for Cocoa Emacs on OS X | Sanity, Inc.
- Twitter / junyaogura: Emacs 23.2のビルド完了。 http://b ...
- Emacs23 (Cocoa Emacs) 入門から中毒まで : 紹介マニア