emacs-24.2

emacs 24.2 が出ていたのでコンパイルしてみた。ついでに ddskk も新しくしておいた。
まずは emacs から

wget http://ftp.gnu.org/gnu/emacs/emacs-24.2.tar.gz
tar zxf emacs-24.2.tar.gz
cd /usr/local/src/emacs-24.2
./configure --with-x --with-x-toolkit=gtk
make
make install

つぎに apel のリコンパイル

cd /usr/local/src/apel-10.8
make clean
make
make install

そしてddskk の最新をコンパイル

wget http://www.ring.gr.jp/archives/elisp/skk/maintrunk/ddskk-20120826.tar.gz
tar zxf ddskk-20120826.tar.gz
cd /usr/local/src/ddskk-20120826
make
make install

最後に Mewコンパイルしておく

cd /usr/local/git/Mew
make distclean
git pull
./configure
make
su
make install