Tweak japanese/yc.el version 5.2.1_8,1
[dports.git] / japanese / yc.el / pkg-message
1 **********************************************************************
2 Quick Setup:
3
4 (1) Add the following two lines in your $HOME/.emacs file;
5
6   (load "yc")
7   (global-yc-mode 1) ;; if you need ANK-conversion-mode in all buffers
8
9 (2) Set the following environment variables;
10
11   CANNAHOST     hostname of cannaserver
12   CANNALIBDIR   a full path of the directory containing 'default.canna'
13
14   These values are also configurable in .emacs by setting variables
15   'yc-server-host' and 'yc-canna-lib-path'.
16 **********************************************************************
17 Note:
18   If you want to use UNIX-domain socket for communication with cannaserver
19   in emacs21 or former version of emacsen, define WITH_ICANNA to add
20   dependency to ports ja-icanna.
21 **********************************************************************
22