freebsd-ports/japanese/yc.el/pkg-message
Joseph Mingrone a3cc513bfc Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
2018-02-01 18:03:09 +00:00

22 lines
821 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'.
**********************************************************************
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.
**********************************************************************