
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Can't get Japanese in emacs
>>>>> "SL" == Stuart Luppescu <s-luppescu@example.com> writes:
SL> This is really strange because my system at work works fine,
SL> but at home when I try M-x toggle-input-method it tells me,
SL> ``Can't activate input method `japanese'.'' Both machines are
SL> up-to-date Gentoo systems with (nearly) the same set of USE
SL> flags (anyway, both have cjk nls canna freewnn). I can't
SL> figure out why one should work and the other not. Anyone have
SL> any idea?
Just a guess: maybe any of the following el/elc files is missing in
your installation:
$ find /usr/local/src/emacs/emacs-21.2 -name "*japanese*"
/usr/local/src/emacs/emacs-21.2/lisp/language/japanese.el
/usr/local/src/emacs/emacs-21.2/lisp/language/japanese.elc
/usr/local/src/emacs/emacs-21.2/leim/quail/japanese.el
/usr/local/src/emacs/emacs-21.2/leim/quail/japanese.elc
BTW the error occurs in <emacs-src>/lisp/international/mule-cmds.el
but it's not obvious to me what may cause it.
--
Viktor
Home |
Main Index |
Thread Index