This page is translated by Hernando TANAKA <ktanaka@codenet.net>. Thank you.
To make an XEmacs format version, you must recompile them from the source file mew.texi;
% cd /tmp % tar xvfz mew-X.XX.tar.gz
% xemacs mew-X.XX/info/mew.texi
Now compile by M-x texinfo-format-buffer. If you get a message in the minibuffer saying "Formatting Info file...done. Now save it.", type C-xC-s to save the formatted files.
% su # make install-info (for English version) # make install-jinfo (for Japanese version)
[Back to Contents] [Back to Top Page]
For SKK, you should use SKK10.x or later.
If you're not privileged to do any of the above, try this in your $(HOME)/.emacs file;
(setq mew-use-overlay-keymap nil)
It may work.
There is a technical explanation in mew-X.XX/patches/00readme.jis about this problem.
[Back to Contents] [Back to Top Page]