FILES:
	ReadMe			(brief introduction, how to install)
	SKK-JISYO		(dictionary for kana-kan conversion)
	SKK-roma-kana.tex	(Japanese TeX format)
	SKK.man			(document of SKK written in Japanese)
	SKK.tut			(used by skk-tul.el)
	skk.el			(main)
	skk-isearch.el		(enable inputing Japanese on isearch)
	skk-merge.el		(merge old and new dictionary)
	skk-tut.el		(skk self tutorial program)

INSTALLATION:
	(1) Unpack all files.
	(2) Copy SKK.tut to ..emacs/etc.
	(3) Copy SKK-JISYO to your home directory.
	(4) Make a null file named .skk-record at your home directory.
	(5) Put the following lines in .emacs, site-init.el, or loadup.el...
(global-set-key "\C-x\C-j" 'skk-mode)
(global-set-key "\C-xt" 'skk-tutorial)
(global-set-key "\C-s" 'skk-isearch-forward)
(global-set-key "\C-r" 'skk-isearch-backward)
(autoload 'skk-mode "skk" nil t)
(autoload 'skk-tutorial "skk-tut" nil t)
(autoload 'skk-isearch-forward "skk-isearch" nil t)
(autoload 'skk-isearch-backward "skk-isearch" nil t)
(autoload 'skk-merge "skk-merge" nil t)

USAGE:
	(1) Load skk.el.
	(2) 'C-x C-j' will put you in Japanese input mode.
	(3) 'l' will put you back to normal mode.
	(4) You can learn SKK by yourself with skk-tutorial (C-x t).
