freebsd-ports/japanese/Canna/pkg-descr
Masafumi Max NAKANE 6706303a87 Upgrade to 3.6p3.
2003-02-06 08:03:38 +00:00

19 lines
482 B
Plaintext

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