freebsd-ports/converters/mule-ucs/pkg-message
OKAZAKI Tetsurou 89189bbfb3 Update to support Emacs 21.
PR:		33094
Submitted by:	yoichi

Add a patch to mitigate slow Mule-UCS loading in Emacs 21.2,
written by Dave Love <d.love@dl.ac.uk>.

Obtained from:	http://tsukuba.m17n.org/mule-archive/2002-3/msg00000.html

Use ${DOCSDIR} instead of ${PREFIX}/${PORTDOCDIR}.
2002-05-16 04:39:48 +00:00

30 lines
778 B
Plaintext

If you want to use Unicode support included in Mule-UCS package,
please put one line as below:
(require 'un-define)
in your .emacs, site-start.el, or any other start up configuration file.
If you want to use auto detection feature on UTF-8/16, add one more:
(require 'un-tools)
See PREFIX/share/doc/mule-ucs/README.Unicode for details.
If you want to use BIG5 conversion support, add the below line either:
(require 'big5c-ucs)
or
(require 'big5c-cns)
to your .emacs depends on which conversion methods you would like to use.
See PREFIX/share/doc/mule-ucs/README.big5conv for details.
If you want to use JIS X 0213 support, add the following line:
(require 'jisx0213)
to your .emacs. See PREFIX/share/doc/mule-ucs/README.jisx0213
(written in Japanese) for details.