diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-09-23 15:06:57 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-09-23 15:06:57 +0000 |
commit | 241fddd816691f29190619e5d0689640e7466b56 (patch) | |
tree | 0ef82f55ffe232e60c7ef19ebf5cb02b8a114082 /inputmethod/canna-canuum/MESSAGE | |
parent | 01d6befc359eb7bb4d2a4be100424712b78e5e0a (diff) | |
download | pkgsrc-241fddd816691f29190619e5d0689640e7466b56.tar.gz |
1) Update Canna to 3.6p4.
* Reconstruct sample init files.
* RC-style start script.
* Auto-registration of Kana conversion.
* Abolish fuzokugo.cld.
* More key symbols can be configured with Lisp.
* Server returns more appropriate values at abort.
* TeX document improvements.
* And many bug fixes.
2) Make Canuum use Canna's common make files. From Osamu Oishi in PR 22244.
Diffstat (limited to 'inputmethod/canna-canuum/MESSAGE')
-rw-r--r-- | inputmethod/canna-canuum/MESSAGE | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inputmethod/canna-canuum/MESSAGE b/inputmethod/canna-canuum/MESSAGE new file mode 100644 index 00000000000..fdb62555fe3 --- /dev/null +++ b/inputmethod/canna-canuum/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2003/09/23 15:06:58 uebayasi Exp $ + +You at least should set up key functions in "${HOME}/.canna". +such as: +(set-key 'alpha-mode "\C-i" 'japanese-mode) +(set-key 'empty-mode "\C-i" 'alpha-mode) +=========================================================================== |