Symbol's function definition is void: kana-keyboard-define-keys
This is what I get when building No Gnus in the Japanese locale
using XEmacs 21.5-b29. A workaround is to set LC_ALL to C. In
that case XEmacs runs with the -no-autoloads option. Probably
you may reproduce this problem like the following:
LC_ALL=ja_JP.UTF-8 xemacs -no-autoloads
In relation to this, I realized there are two japan-utils.el's.
One is in lisp/mule/, the other is in the mule-base package,
the later is preferred because of load-path, and only it calls
`kana-keyboard-define-keys'. I guess I have to use the one in
lisp/mule/ because it looks newer than the one in mule-base.
Is it right? If so, how do I configure XEmacs 21.5-b29 so as to
prefer lisp/mule/ than that of mule-base in load-path? I used:
./configure\
--with-site-prefixes=/usr/local/canna\
--with-site-lisp\
--with-site-modules=no\
--with-package-path=/usr/local/lib/xemacs/site-packages:/usr/local/lib/xemacs/mule-packages:/usr/local/lib/xemacs/xemacs-packages\
--with-mule\
--with-xim=no\
--with-canna\
--with-wnn=no\
...
Thanks.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta