At Tue, 12 Dec 2000 01:21:32 +0900 (JST), [EMAIL PROTECTED] wrote: > ukai> I think it could be fixed by changing auto-language-alist > ukai> (in xemacs21-21.1.12/lisp/mule/mule-init.el) as follows: > ukai> > ukai> (defvar auto-language-alist > ukai> '(("^ja" . "Japanese") > ukai> ("^zh_.*.GB.*" . "Chinese-GB") > ukai> ("^zh_.*.BIG5.*" . "Chinese-BIG5") > ukai> ("^ko" . "Korean")) > > Thank you so much for your very useful information. > I think you are right. Is it possible to fix it by correct a compiled > file mule-init.elc directly? I have tried it but it does not work. > When XEmacs is started from the environment of LANG=zh_CN.GB2312, > the error message "Language environment not defined: 'Chinese'" > still appears. Maybe I have to correct the source of mule-init.el.
AFAIK, these *.el files are compiled and dumped into xemacs executable binary. So you need to rebuild xemacs. Thanks, Fumitoshi UKAI