Emacs 23.2 on Mac OS X

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

あとはここを参考にフォントの設定をして完了。あとはちまちま設定を追加していくのみですかね。

参考文献

 
comments powered by Disqus