summaryrefslogtreecommitdiff
path: root/japanese/canna-server/pkg-descr
blob: 16e586f1273380f5bf37066380d0ed233b851e40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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