mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
|
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.
|