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