1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/canna-server/pkg-descr

22 lines
624 B
Plaintext
Raw Normal View History

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
rm -f /var/spool/canna/lock/.CANNALOCK*
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.