aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/yc.el/pkg-descr
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-28 11:02:01 +0800
committerpat <pat@FreeBSD.org>2002-06-28 11:02:01 +0800
commit79e88d58f492cf6a457f83d8917f7ea530302e42 (patch)
tree1e4ee854529d565702088e4dcaae64c4d43a78d4 /japanese/yc.el/pkg-descr
parentfb6df4b1bb6d1f7cd866936778d4440bef31e578 (diff)
downloadfreebsd-ports-gnome-79e88d58f492cf6a457f83d8917f7ea530302e42.tar.gz
freebsd-ports-gnome-79e88d58f492cf6a457f83d8917f7ea530302e42.tar.zst
freebsd-ports-gnome-79e88d58f492cf6a457f83d8917f7ea530302e42.zip
Update to 3.4.7
Pass maintainership to submitter PR: ports/39891 Submitted by: Takayuki Nakao <t@nakao.org> Approved by: maintainer
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>