暇なので Mew 1.95b113 を入れる。 rin@maaya# wget ftp://ftp.mew.org/pub/Mew/beta/mew-1.95b113.tar.gz rin@maaya# tar xzf mew-1.95b113.tar.gz -C ~/tmp rin@maaya# cd ~/tmp/mew-1.95b113/ rin@maaya# make && make bin rin@maaya# su bash# make install && make install-bin bash# exit rin@maaya# make info && make jinfo が、ここで以下のエラーが出る。 Converting mew.texi to Info format... Formatting Info file: mew.info >> Error: (error "@dircategory is not handled by texinfo") >> point at >> Message User Agent >> @direntry >> * Mew: (mew.info). Messaging in the Emacs World.@refill >> @end *** Error code 1 このエラーは Mew-1.94.3 を入れたときからあったのだが 原因が分からないので放っておいた。(汗) せっかくなので調べてみた。 とりあえずこんな解を発見。 http://www.mew.org/archive/mew-dist/3300/msg12006.html ↓ここをコメントアウトする。 mew.texi の 42 行目あたり。 @ifset jp @dircategory Message User Agent @c @direntry * Mew-J: (mew.jis.info). Messaging in the Emacs World. @c @end direntry @end ifset mew.texi の 48 行目あたりも。 @ifset us @dircategory Message User Agent @c @direntry * Mew: (mew.info). Messaging in the Emacs World. @c @end direntry @end ifset っで make する rin@maaya# make info && make jinfo rin@maaya# su bash# make install-info && make install-jinfo これでおっけー。