Uwe Brauer writes:
Now the line
(charset (gnus-group-name-charset nil group))
which gives nil in Xemacs 21.4.
But gives in Xemacs 21.5 a backtrace I attach
This is possibly because `gnus-group-name-charset-group-alist'
evaluates to nil in 21.4, so the `(string-match ".*" nil)' expression
in `gnus-group-name-charset' is never reached. In 21.5, however, the
alist variable evaluates to `((".*" . utf-8))', the string-match is
reached, and it errors.
However, I didn't do these tests in controlled conditions, so take the
analysis with a grain of salt.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta