>>>> "KY" == Katsumi Yamaoka
<yamaoka(a)jpl.org> writes:
>>>> In <14892.38128.462553.97790(a)mule.m17n.org>
>>>>> XEmacs Release Engineer <martin(a)xemacs.org> wrote:
> Brief summary of changes to 21.2.38 "Peisinoƫ"
Legacy of the Gods.
KY> Oops, the value of `xemacs-codename' is encoded. I put the following
KY> lines in the beginning of my .emacs file unhesitatingly. :-p
KY> (if (and (featurep 'xemacs)
KY> (string-match "^21\\.2 (beta38)" emacs-version))
KY> (setq emacs-version (decode-coding-string emacs-version 'iso-2022-jp)
KY> xemacs-codename (decode-coding-string xemacs-codename 'iso-2022-jp)))
Does anything actually go wrong?
Martin