Add input-method, descrition, variable, and
authorhanda <handa>
Tue, 18 Oct 2005 02:27:03 +0000 (02:27 +0000)
committerhanda <handa>
Tue, 18 Oct 2005 02:27:03 +0000 (02:27 +0000)
command sections.

ja-anthy.mim

index d46e278..f0bb349 100644 (file)
 ;;; communicate with Anthy.  For more detail about Anthy, see the page
 ;;; http://sourceforge.jp/projects/anthy/.
 
+(input-method ja anthy)
+
 (description
- "Japanese input method using Anthy as a background conversion program"
- "Typed roma-ji is at first converted to Hiragana,
+ ja anthy
+ "Japanese input method using Anthy as a background conversion program
+Typed roma-ji is at first converted to Hiragana,
 and Space key converts the Hiragana sequences
 to Kanji-Hiragana mixed sequence.")
 
 (variable
  (input-mode 
-  ("Hiragana or Katakana" "Select Hiragana or Katakana")
+  "Hiragana or Katakana
+Select Hiragana or Katakana"
   hiragana
   hiragana katakana)
- (zen-han ("Zenkaku or Hankaku")
-         zenkaku
-         hankaku))
+ (zen-han
+  "Zenkaku or Hankaku"
+  zenkaku
+  hankaku))
 
 (command
  (henkan
-  "Convert" "Convert Hiragana to Kanji"
+  "Convert
+Convert Hiragana to Kanji"
   (\ )
   (Henkan)))
 
 (title "aあ")
+
 (map
  (starter
   ("a") ("i") ("u") ("e") ("o")
@@ -193,8 +200,8 @@ to Kanji-Hiragana mixed sequence.")
   ("ff"))
 
  (henkan
-  ((Henkan))
-  (" "))
+  (" ")
+  ((Henkan)))
 
  (kakutei
   ((Return))
@@ -232,6 +239,7 @@ to Kanji-Hiragana mixed sequence.")
 
 (state
  (init
+  "aあ"
   (starter (pushback 1) (shift pre-henkan)))
 
  (pre-henkan