diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:00:58 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:00:58 +0000 |
commit | b99ed581207cbde22cff7b1f7e5207d3d2908000 (patch) | |
tree | af28912a7177130b926bad6a38371f767fb37a6d /inputmethod/canna-lib/DESCR | |
parent | d8feaca9a7fa77dc8737e1ff2cd168c6e5e8efec (diff) | |
download | pkgsrc-b99ed581207cbde22cff7b1f7e5207d3d2908000.tar.gz |
Reimport of package Canna-lib from japanese/canna-lib into inputmethod/canna-lib.
This is part of the japanese category retirement.
CATEGORIES adjusted.
Diffstat (limited to 'inputmethod/canna-lib/DESCR')
-rw-r--r-- | inputmethod/canna-lib/DESCR | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/canna-lib/DESCR b/inputmethod/canna-lib/DESCR new file mode 100644 index 00000000000..14268d78991 --- /dev/null +++ b/inputmethod/canna-lib/DESCR @@ -0,0 +1,13 @@ +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), 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. |