e6b40ee990
Summary of changes made in new version is as fllows; - emacs22 or newer version of emacsen can handle UNIX domain socket by using 'make-network-process' without any helper program. Thus, 'icanna' program is no longer included in yc.el. (For those who still requires 'icanna' (ex. older-emacs users), I'll submit japanese/icanna separately as a new ports.) PR: ports/130290 Submitted by: Takayuki Nakao(maintainer)
22 lines
822 B
Text
22 lines
822 B
Text
**********************************************************************
|
|
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'.
|
|
**********************************************************************
|
|
Note:
|
|
If you want to use UNIX-domain socket for communication with cannaserver
|
|
in emacs21 or former version of emacsen, define WITH_ICANNA to add
|
|
dependency to ports ja-icanna.
|
|
**********************************************************************
|
|
|