3c1817697c
This upgrade is based on submissions from several people over years. I have been reluctant to upgrade this port primarily because I was never sure about the shared lib compatibility. Thanks to those who submitted the patch as well as tested the new version.
16 lines
470 B
Plaintext
16 lines
470 B
Plaintext
Canna is a Kana-Kanji conversion server.
|
|
Support Mule(Multi-lingal extention Emacs), kinput2 X11 input method,
|
|
cannum front end and some others.
|
|
|
|
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.
|
|
|
|
- Max
|