1999-09-21 13:34:46 +00:00
|
|
|
SKK (Simple Kana Kanji Convertor) is a very fast and efficient Japanese input
|
|
|
|
method system, written in emacs-lisp. SKK runs on Emacsen with
|
|
|
|
Mule features.
|
|
|
|
SKK-10 is a development version of SKK.
|
2000-01-19 13:43:38 +00:00
|
|
|
This package is Emacs-lisp frontend for the SKK.
|
1999-09-21 13:34:46 +00:00
|
|
|
|
2000-01-19 13:43:38 +00:00
|
|
|
To use SKK, put in your $HOME/.emacs as follows:
|
1999-09-21 13:34:46 +00:00
|
|
|
|
2000-01-19 13:43:38 +00:00
|
|
|
(require 'skk-startup)
|
|
|
|
|
|
|
|
This input-method toggle key-binding is C-x C-j.
|
|
|
|
And tutorial mode key-binding is C-x t.
|
|
|
|
|
|
|
|
WWW: http://openlab.ring.gr.jp/skk/
|
1999-09-21 13:34:46 +00:00
|
|
|
|
|
|
|
--- Porting by shige <shige@FreeBSD.org>
|