aboutsummaryrefslogtreecommitdiff
path: root/japanese/yc.el/pkg-descr
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-28 03:02:01 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-28 03:02:01 +0000
commitbffbfacda438723a994d03b39c532947e3d7866a (patch)
tree34718223cabbe73da8e5f615eae735fcc6355416 /japanese/yc.el/pkg-descr
parentf27323979c2dcc81ce7a12bb4dc3ee95fb379c66 (diff)
downloadports-bffbfacda438723a994d03b39c532947e3d7866a.tar.gz
ports-bffbfacda438723a994d03b39c532947e3d7866a.zip
Notes
Diffstat (limited to 'japanese/yc.el/pkg-descr')
-rw-r--r--japanese/yc.el/pkg-descr19
1 files changed, 2 insertions, 17 deletions
diff --git a/japanese/yc.el/pkg-descr b/japanese/yc.el/pkg-descr
index c874ef2f1e52..167356195153 100644
--- a/japanese/yc.el/pkg-descr
+++ b/japanese/yc.el/pkg-descr
@@ -1,22 +1,7 @@
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
+YC is a Japanese input method on Emacs/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>