MacにEmacs 24をインストールしてみた

(わけあってMac Ports使い)

$ git clone http://git.savannah.gnu.org/cgit/emacs.git
$ git co emacs-24
$ sudo port install autoconf automake  jpeg libungif libpng tiff
$ cd emacs
$ ./autogen.sh
$ env CPPFLAGS='-I/opt/local/include' CFLAGS='-I/opt/local/include' ./configure --with-ns
$ make
$ make install
# emacs を終了
$ mv /Applications/Emacs.app /Applications/Emacs-23.app
$ mv nextstep/Emacs.app /Applications/Emacs.app

なお、何が違うのかはまだわかっておりません。