summaryrefslogtreecommitdiff
path: root/japanese/yc.el/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/yc.el/pkg-descr')
-rw-r--r--japanese/yc.el/pkg-descr22
1 files changed, 22 insertions, 0 deletions
diff --git a/japanese/yc.el/pkg-descr b/japanese/yc.el/pkg-descr
new file mode 100644
index 000000000000..c874ef2f1e52
--- /dev/null
+++ b/japanese/yc.el/pkg-descr
@@ -0,0 +1,22 @@
+Yet another Canna client
+
+YC is a Japanese input method on Emacs-20.x/XEmacs. YC is written in
+emacs lisp and access to Canna server directly. YC works well even if
+your Emacs does not support Canna.
+
+Configuration:
+ 1. make user dictionary if you don't have your user dictionary
+ % mkdic user
+ 2. specify your Canna server
+ set enviroment variable CANNAHOST:
+ % setenv CANNAHOST hostname
+ or add
+ (setq yc-server-host "hostname")
+ to ~/.emacs
+ 3. add
+ (load "yc")
+ to ~/.emacs
+
+WWW: http://www.ceres.dti.ne.jp/~knak/yc.html
+
+- HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>