*** empty log message ***
authorhanda <handa>
Fri, 2 Oct 2009 00:55:15 +0000 (00:55 +0000)
committerhanda <handa>
Fri, 2 Oct 2009 00:55:15 +0000 (00:55 +0000)
input.txt

index 13420ed..f95152b 100644 (file)
--- a/input.txt
+++ b/input.txt
@@ -67,7 +67,7 @@ SELECTORTERM = SELECTOR | VAR (value is SELECTOR) | FUNCALL (return SELECTOR)
 MIM-PREDEFINED
   = INSERT | CANDIDATES | DELETE | SELECT | SHOW | HIDE
     | MARK | MOVE | PUSHBACK | POP | UNDO | COMMIT | UNHANDLE
-    | SHIFT | SHIFTBACK | CHAR-AT | KEY-COUNT | SURROUND-TEXT-P
+    | SHIFT | SHIFTBACK | CHAR-AT | KEY-COUNT | SURROUNDING-TEXT-FLAG
 
 INSERT = '<insert>' [ INTTERM | STRTERM ] '</insert>'
 CANDIDATES = '<insert-candidates>' [ STRTERM | LISTTERM ]+ '</insert-candiates>'
@@ -89,5 +89,5 @@ CHAR-AT = '<char-at>' MARKERTERM '</char-at>'
      at the postion of MARKERTERM
 KEY-COUNT = '<key-count/>'
   => <integer>N</integer>, where N is the number of currently handled keys
-SURROUNDING-TEXT-AVAILABLE = '<surrounding-text-available/>'
+SURROUNDING-TEXT-FLAG = '<surrounding-text-flag/>'
   => <integer>1</integer> or <integer>0</integer>