freebsd-ports/japanese/yc.el/pkg-message
Patrick Li bffbfacda4 Update to 3.4.7
Pass maintainership to submitter

PR:		ports/39891
Submitted by:	Takayuki Nakao <t@nakao.org>
Approved by:	maintainer
2002-06-28 03:02:01 +00:00

17 lines
547 B
Plaintext

************************************************************
Quick Setup:
(1) Add the following two lines in your $HOME/.emacs file;
(load "yc")
(global-yc-mode 1) ;; if you need ANK-conversion-mode in all buffers
(2) Set the following environment variables;
CANNAHOST hostname of cannaserver
CANNALIBDIR a full path of the directory containing 'default.canna'
These values are also configurable in .emacs by setting variables
'yc-server-host' and 'yc-canna-lib-path'.
************************************************************