
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] xemacs and japanese
On Thu, 03 Apr 2008 12:16:28 +0900
"Stephen J. Turnbull" <stephen@example.com> wrote:
> Niels Kobschaetzki writes:
>
> > When xemacs runs the SCIM-window is there but when I change the
> > input-method it does not actually switch (it's not shown as well).
>
> If the SCIM window appears, then the kanji shift is probably Shift-SPC.
>
<switching to japanese-canna brings error; send bug-report>
done
>
> > I tried Steve's configuration for init.el as well and changed it according to my installation because the paths didn't fit at all (and I am wondering about the emacs in one of the paths but I had nothing for ..../xemacs/site-lisp) but I am not sure if I did it correct (at least there is no error):
> > (setq anthy-lisp-dir "/usr/local/share/emacs/site-lisp/anthy"
>
> This is risky because compiled Emacs Lisp and compiled XEmacs Lisp are
> not 100% compatible. The glue code in anthy.el doesn't need to be
> efficient, so the smartest thing to do probably is to remove anthy.elc
> if it exists. Otherwise this setup should work.
>
> > anthy-exec-dir "/usr/local/bin/")
> > (push anthy-lisp-dir load-path)
> > (push anthy-exec-dir exec-path)
> > (let ((load-path (list anthy-lisp-dir)))
> > (load-library "leim-list"))
> > (load-library "anthy")
>
> At this point C-u C-\ japanese-anthy RET should get Anthy to work.
Suddenly it works...maybe the computer just had to rest for some hours ;)
Argh...
Thanks a lot
Niels
--
Jammern: http://jammern.wordpress.com
Alles Suppe: http://nielsk.soup.io
Home |
Main Index |
Thread Index