mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
Input method module `Wnn' for Emacs with dynamic loading enhancement.
|
|
|
|
This is an input method module Wnn for Emacs.
|
|
|
|
|
|
*** Setting for Fontset on Emacs20 ***
|
|
|
|
To use japanese fonts on emacs20, put in your $HOME/.emacs as follows:
|
|
|
|
(set-language-environment "Japanese")
|
|
(setq default-frame-alist
|
|
(append '((font . "fontset-16")) default-frame-alist))
|
|
|
|
And put in your $HOME/.Xdefaults as follows for example:
|
|
|
|
Emacs*Fontset-0: -*-fixed-medium-r-normal--16-*-*-*-*-*-fontset-16,\
|
|
ascii:-*-fixed-medium-r-normal-*-16-*-iso8859-1,\
|
|
japanese-jisx0208:-*-fixed-medium-r-normal-*-16-*-jisx0208*,\
|
|
chinese-gb2312:-*-*-medium-r-normal--16-*-*-*-*-*-gb2312*,\
|
|
korean-ksc5601:-*-*-medium-r-normal--16-*-*-*-*-*-ksc5601*
|
|
|
|
|
|
*** Setting for egg-wnn ***
|
|
|
|
To use Wnn, put in your $HOME/.emacs as follows:
|
|
|
|
(autoload 'egg "egg" "Initialize EGG." t)
|
|
|
|
and M-x egg on emacs-dl-20.5 (not emacs-20.5!).
|
|
|
|
This dynamic loading module sources and emacs20 dynamic loading module patch
|
|
is placed on the following URL:
|
|
|
|
ftp://ftp.m17n.org/pub/mule/dynamic-loading/
|
|
|
|
WWW: http://tokuda-www.cs.titech.ac.jp/~katsuya/emacs/
|
|
|
|
--- Porting by shige <shige@FreeBSD.ORG>.
|