emacs-25.1

emacs-25.1 が出ていたのでインストールしておいた。

wget ftp://ftp.gnu.org/gnu/emacs/emacs-25.1.tar.gz
tar zxf emacs-25.1.tar.gz
cd emacs-25.1
./configure --with-ns --without-x
make
make install
nextstep/Emacs.app を /Application  にコピー

SKKも最新をインストール。現時点のバージョンは、Daredevil SKK/16.1.50 (Warabitai)

git clone git://github.com/skk-dev/ddskk.git
setenv SKK_LISPDIR /Applications/Emacs.app/Contents/Resources/site-lisp/skk
setenv SKK_INFODIR /Applications/Emacs.app/Contents/Resources/info
setenv SKK_DATADIR /Applications/Emacs.app/Contents/Resources/share/skk
sudo make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs prefix=/Applications/Emacs.app/Contents/Resources install