Hi,
There are broken info files in the following packages:
xemacs-mule-sumo-2002-09-19.tar.gz
lookup-1.12-pkg.tar.gz
skk-1.22-pkg.tar.gz
Those tarballs were generated by XEmacs 21.5-b6 which seems to
be broken for inserting files with automatic decoding as follows:
% cd packages/mule-packages/lookup/texi
% xemacs-21.5-b9 -batch -q -no-site-file -insert lookup.texi\
-eval '(message "%s" buffer-file-coding-system)'
=> #<coding-system binary no-conversion eol-type=lf>
It should be:
% xemacs-21.4.9 -batch -q -no-site-file -insert lookup.texi\
-eval '(message "%s" buffer-file-coding-system)'
=> #<coding_system iso-2022-jp-unix>
Isn't there any file which otherwise broke?
Please don't use XEmacs 21.5 for making mule packages.
--
Katsumi Yamaoka <yamaoka(a)jpl.org>