aboutsummaryrefslogtreecommitdiff
path: root/japanese/skk10-elisp-emacs20/pkg-descr
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-19 13:43:38 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-19 13:43:38 +0000
commit747a55cbdd2563acc754ff3cd4e742612263b901 (patch)
tree69ed43ea910f9e8a63434486e238aa4d61d6aa0b /japanese/skk10-elisp-emacs20/pkg-descr
parent9ec3554807544f656f53ecd9fa6587f07e31d32e (diff)
downloadports-747a55cbdd2563acc754ff3cd4e742612263b901.tar.gz
ports-747a55cbdd2563acc754ff3cd4e742612263b901.zip
Notes
Diffstat (limited to 'japanese/skk10-elisp-emacs20/pkg-descr')
-rw-r--r--japanese/skk10-elisp-emacs20/pkg-descr10
1 files changed, 8 insertions, 2 deletions
diff --git a/japanese/skk10-elisp-emacs20/pkg-descr b/japanese/skk10-elisp-emacs20/pkg-descr
index 60b071bbf69a..bd3fd2280ebd 100644
--- a/japanese/skk10-elisp-emacs20/pkg-descr
+++ b/japanese/skk10-elisp-emacs20/pkg-descr
@@ -2,9 +2,15 @@ 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.
+This package is Emacs-lisp frontend for the SKK.
-WWW information: http://www.asahi-net.or.jp/~gy2m-nkjm/skk/
+To use SKK, put in your $HOME/.emacs as follows:
-This package is Emacs-lisp frontend for the SKK.
+ (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/
--- Porting by shige <shige@FreeBSD.org>