1995-03-06 09:12:40 +01:00
|
|
|
Canna is a Kana-Kanji conversion server.
|
2003-02-06 09:03:38 +01:00
|
|
|
It supports Mule(Multi-lingual extention Emacs), kinput2 X11 input
|
2002-11-12 00:53:57 +01:00
|
|
|
method, etc.
|
|
|
|
|
1995-03-06 09:12:40 +01:00
|
|
|
|
2001-11-18 05:48:55 +01:00
|
|
|
To use from Mule (CANNA version), add the following to your .emacs file:
|
1995-03-06 09:12:40 +01:00
|
|
|
|
|
|
|
(if (and (boundp 'CANNA) CANNA) ; Is it CANNA MULE?
|
|
|
|
(progn
|
|
|
|
(load-library "canna")
|
|
|
|
(canna) ))
|
|
|
|
|
2001-11-18 05:48:55 +01:00
|
|
|
Then use the `C-o' key to begin kana-kanji conversion. Refer to the
|
|
|
|
Info file and the documents for more detail.
|
|
|
|
|
2002-11-12 00:53:57 +01:00
|
|
|
WWW: http://canna.sourceforge.jp/
|
|
|
|
|
2001-11-18 05:48:55 +01:00
|
|
|
- Max
|