Canna is a Kana-Kanji conversion server.
It supports Mule(Multi-lingual extention Emacs), kinput2 X11 input
method, etc.


  To use from Mule (CANNA version), add the following to your .emacs file:

     (if (and (boundp 'CANNA) CANNA) ; Is it CANNA MULE?
        (progn
         (load-library "canna")
         (canna) ))

  Then use the `C-o' key to begin kana-kanji conversion.  Refer to the
Info file and the documents for more detail.

WWW: http://canna.sourceforge.jp/

- Max