[Anthy-dev 1954] Re: AZIK support

Back to archive index

Etsushi Kato ekato****@ees*****
2005年 3月 10日 (木) 20:23:08 JST


On Thu, Mar 10, 2005 at 07:30:41PM +0900,
YamaKen <yamak****@bp*****> wrote:

> @@ -322,7 +322,8 @@
>      (rk-flush (skk-context-rk-context sc))
>      (if skk-use-recursive-learning?
>     (skk-editor-flush (skk-context-editor sc)))
> -    (skk-context-set-state! sc 'skk-state-direct)
> +    (if (not (skk-latin-state? sc))
> +   (skk-context-set-state! sc 'skk-state-direct))
>      (skk-context-set-head! sc '())
>      (skk-context-set-okuri-head! sc "")
>      (skk-context-set-okuri! sc '())

念のため、wide-latin であるかもチェックしておいた方が、後々問題になら
なくていいんじゃないですか?  これらのチェックがあれば、
skk-reset-handler でのチェックも必要なくなりますし。

-- 
Etsushi Kato
ekato****@ees*****



Anthy-dev メーリングリストの案内
Back to archive index