[Tokumasu's Home Page]
[What's New] [Profile] [MorterCycle] [Software] [Link]

Meadow

SKK のインストールについて

SKK とは mule, Nemacs, Demacs 上で高速で効率的な日本語入力環境を 提供するシステムです。元々、Wnnに指がなれていたのですが、Windows 環境において、MS-IME を使用するはめになり、このIMEに耐えきれなく なって、移行を考えました。
SKK本体
正式版の SKK 9.6 でもパッチなどを当てれば良いそうなのですが、新しいも のが好きなので..

~/.emacsに対し
(global-set-key "\C-x\C-j" 'skk-mode)
(global-set-key "\C-xj" 'skk-auto-fill-mode)
(global-set-key "\C-xt" 'skk-tutorial)
(setq skk-tut-file "d:/usr/local/lib/skk/SKK.tut")
(autoload 'skk-mode "skk" nil t)
(autoload 'skk-tutorial "skk-tut" nil t)
(autoload 'skk-check-jisyo "skk-tools" nil t)
(autoload 'skk-merge "skk-tools" nil t)
(autoload 'skk-diff "skk-tools" nil t)
を追加。

辞書
ここ から SKK-JISYO.L を取得し、d:/usr/local/lib/skk に保存
~/.skkに対し
(setq skk-large-jisyo "d:/usr/local/lib/SKK-JISYO.L")
を追加

補足
正式版の SKK 9.6 はここ から取得できます。

ご意見、ご感想は、こちらまで
Last modified: Sat May 15 22:10:31 1999