From: handa Date: Fri, 23 Feb 2007 12:31:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-4-0~141 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77eaad067d619a011f3c0e6c3e5de40c6c58d4d6;p=m17n%2Fm17n-db.git *** empty log message *** --- diff --git a/FORMATS/IM.ja.txt b/FORMATS/IM.ja.txt index ace4def..7ae385c 100644 --- a/FORMATS/IM.ja.txt +++ b/FORMATS/IM.ja.txt @@ -109,7 +109,7 @@ MTEXT MAP-ACTION ::= ACTION ACTION ::= INSERT | DELETE | SELECT | MOVE | MARK - | SHOW | HIDE | PUSHBACK | UNDO | UNHANDLE | SHIFT | CALL + | SHOW | HIDE | PUSHBACK | POP | UNDO | UNHANDLE | SHIFT | CALL | SET | IF | COND | '(' MACRO-NAME ')' PREDEFINED-SYMBOL ::= '@0' | '@1' | '@2' | '@3' | '@4' @@ -366,6 +366,13 @@ PUSHBACK :: = '(' 'pushback' INTEGER ')' ÂèÆó¤Î·Á¼°¤Ï¡¢@c KEYSEQ Ãæ¤Î¥­¡¼¤ò¥¤¥Ù¥ó¥È¥­¥å¡¼¤Ëº¹¤·Ì᤹¡£ @verbatim +POP ::= '(' 'pop' ')' +@endverbatim + +¤³¤Î¥¢¥¯¥·¥ç¥ó¤Ï¤Þ¤À½èÍý¤µ¤ì¤Æ¤¤¤Ê¤¤ºÇ½é¤Î¥¤¥Ù¥ó¥È¤ò¥¤¥Ù¥ó¥È¥­¥å¡¼¤«¤é +¼è¤ê½Ð¤·ÇË´þ¤¹¤ë¡£ + +@verbatim UNDO :: = '(' 'undo' [ INTEGER | SYMBOL ] ')' @endverbatim diff --git a/FORMATS/IM.txt b/FORMATS/IM.txt index 0c0cb13..e113335 100644 --- a/FORMATS/IM.txt +++ b/FORMATS/IM.txt @@ -115,7 +115,7 @@ code. MAP-ACTION ::= ACTION ACTION ::= INSERT | DELETE | SELECT | MOVE | MARK - | SHOW | HIDE | PUSHBACK | UNDO | UNHANDLE | SHIFT | CALL + | SHOW | HIDE | PUSHBACK | POP | UNDO | UNHANDLE | SHIFT | CALL | SET | IF | COND | '(' MACRO-NAME ')' PREDEFINED-SYMBOL ::= @@ -384,6 +384,13 @@ events if @c INTEGER is zero. The second form pushes back keys in @c KEYSEQ to the event queue. @verbatim +POP ::= '(' 'pop' ')' +@endverbatim + +This action pops the first key event that is not yet handled from the +event queue. + +@verbatim UNDO :: = '(' 'undo' [ INTEGER | SYMBOL ] ')' @endverbatim