18 lines
479 B
Text
18 lines
479 B
Text
Canna is a Kana-Kanji conversion server.
|
|
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
|