mew

Carbon Emacs に付いていた mew が4.2.53だったので最新の4.2.54に入れ直してみた。

cd /Users/lipbalm/cvs
cvs -d :pserver:anoncvs@anoncvs.mew.org:/cvsmew login
(return)
cvs -d :pserver:anoncvs@anoncvs.mew.org:/cvsmew co mew
cd mew
make distclean
./configure --prefix=/Applications/Emacs.app/Contents/Resources/ --bindir=/Applications/Emacs.app/Contents/MacOS/bin --with-emacs=/Applications/Emacs.app/Contents/MacOS/Emacs
make; make info; make jinfo
sudo make install; make install-info; make install-jinfo