diff options
author | max <max@FreeBSD.org> | 2001-11-18 12:48:55 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2001-11-18 12:48:55 +0800 |
commit | 0e987085e6c714440a94c3302cb9af71bd32ed85 (patch) | |
tree | b3036af42ae6f3c4a6dc22775c6f3885cc34c30c /japanese/canna-lib/pkg-descr | |
parent | a477d422519a918885fd456288d61e29b8e28f52 (diff) | |
download | freebsd-ports-graphics-0e987085e6c714440a94c3302cb9af71bd32ed85.tar.gz freebsd-ports-graphics-0e987085e6c714440a94c3302cb9af71bd32ed85.tar.zst freebsd-ports-graphics-0e987085e6c714440a94c3302cb9af71bd32ed85.zip |
Upgrade to 3.5b2.
This upgrade is based on submissions from several people over years.
I have been reluctant to upgrade this port primarily because
I was never sure about the shared lib compatibility.
Thanks to those who submitted the patch as well as tested the new version.
Diffstat (limited to 'japanese/canna-lib/pkg-descr')
-rw-r--r-- | japanese/canna-lib/pkg-descr | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/canna-lib/pkg-descr b/japanese/canna-lib/pkg-descr index 14268d78991..16e586f1273 100644 --- a/japanese/canna-lib/pkg-descr +++ b/japanese/canna-lib/pkg-descr @@ -2,12 +2,14 @@ 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: + To use from Mule (CANNA version), add the following to your .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. + Then use the `C-o' key to begin kana-kanji conversion. Refer to the +Info file and the documents for more detail. + +- Max |