2012-09-02 [長年日記]
_ emacs23.4をmoutain lion でビルド
24.1がなんかうまく動かなかったので23.4にした。 パッチとかによってはうまくビルドできなかったので、手順メモ。 lion以降のフルスクリーンパッチとインライン入力パッチを宛てた。wget http://core.ring.gr.jp/pub/GNU/emacs/emacs-23.4.tar.gz wget https://github.com/downloads/typester/emacs/emacs-23-lion-fullscreen-test.patch wget http://jaist.dl.sourceforge.jp/macemacsjp/45818/inline_patch-23.1.92-b1.tar.gz tar zxf emacs-23.4.tar.gz tar zxf inline_patch-23.1.92-b1.tar.gz cd emacs-23.4/ patch -p1 < ../emacs-23-lion-fullscreen-test.patch patch -p0 < ../inline_patch-23.1.92-b1/emacs-inline.patch ./configure --with-ns --without-x make bootstrap make install open nextstep/