summaryrefslogtreecommitdiff
path: root/japanese/canna-server/pkg-descr
blob: e3f9d4d17c9cbf0d76bd45ab1b191e4b2c3e9183 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Canna is a Kana-Kanji conversion server.
Support Mule(Multi-lingal extention Emacs), kinput2 X11 input method,
cannum front end and some others.

  For example server start at bootup `/etc/rc.local':

    canna=/usr/local/canna/bin/cannaserver
    if [ -f $canna ]; then
      echo -n " Canna"; $canna
    fi

  To use from Mule (CANNA version), in .emacs file:

     (if (and (boundp 'CANNA) CANNA) ; Is it CANNA MULE?
        (progn
         (load-library "canna")
         (canna) ))

  Then kana-kanji conversion begin to `C-o' key. Show more detail
Info, and/or documents.