Andreas Jaeger <aj(a)suse.de> writes:
This change in the 21.1.9 CVS version breaks Gnus:
1999-12-03 Yoshiki Hayashi <t90553(a)mail.ecc.u-tokyo.ac.jp>
* lisp/mule-misc.el (coding-system-get): Imported from 21.2.
(coding-system-put): Ditto.
(coding-category): Imported from 21.2 and modified for 21.2.
Then, Gnus wasn't running fine on XEmacs 21.2 for some
months? According to the ChangeLog XEmacs 21.2 has
coding-system-get after 1999-06-28.
[...]
Two problems with the code:
The first one is XEmacs:
XEmacs now has coding-system-get - but it doesn't have
get-charset-property. If we have coding-system-get should we also
have get-charset-property?
Yes, it would be nice if we have them.
But then again, this is MULE API problem. Some codes are
synched with FSF and some codes are not. We really really
really need to define API and stick with them. Until that
happens, application needs to have workaround. This case,
Gnus.
The other one is Gnus: Lars, can you change this to check properly
XEmacs (sorry, I don't have a patch)?
According to the info manual, Gnus supports XEmacs 20.4 and
up. I think (featurep 'xemacs) would be sufficient.
--
Yoshiki Hayashi