>>>> In <fzymaa22.fsf(a)smtprelay.T-Online.De>
>>>> Adrian Aichner <adrian(a)xemacs.org> wrote:
APA> Now I get this again for
APA> M-x liece
APA> in a nomule native Windows XEmacs 21.4.9:
APA> Signaling: (wrong-number-of-arguments mime-charset-to-coding-system 2)
APA> mime-charset-to-coding-system(iso-8859-1 nil)
APA> Could it have to do with the way you (Steve) and Daiki have built the
APA> apel and/or liece package?
I guess that the problem is caused by the wreck of the old APEL package
installed on Steve's system.
I've prepared the packages with the following instruments:
(1) Remove old apel and liece packages by M-x package-get-delete-package.
(2) Go into the package repository checked out on my local machine.
(3) Build binary packages with the following commands:
(cd xemacs-packages/apel && make clean bindist)
(cd xemacs-packages/liece && make clean bindist)
After that, I could verify that encode-mime-charset-string was NOT
inlined in Liece anymore:
% grep --binary encode-mime-charset-string xemacs-packages/liece/lisp/*.elc
Binary file xemacs-packages/liece/lisp/liece-coding.elc matches
Steve, could you please try again with the above recipe?
Regards,
--
Daiki Ueno