Loading zero-framework.el +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ return ch's Chinese punctuation if ch is converted. return nil otherwise" (zero-show-candidates)))) (defun zero-handle-preedit-char-default (ch) "hanlde character insert in `*zero-state-im-preediting*' mode" "hanlde character insert in `*zero-state-im-preediting*' state" (cond ((= ch ?\s) (zero-commit-first-candidate-or-preedit-str)) Loading zero-pinyin.el +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ otherwise, just return nil" (t (error "unexpected zero-pinyin-state: %s" zero-pinyin-state)))))) (defun zero-pinyin-handle-preedit-char (ch) "handle IM-PREEDITING state char insert. overrides `zero-handle-preedit-char-default'" "hanlde character insert in `*zero-state-im-preediting*' state. overrides `zero-handle-preedit-char-default'" (cond ((= ch ?\s) (zero-pinyin-commit-first-candidate-or-preedit-str)) Loading Loading
zero-framework.el +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ return ch's Chinese punctuation if ch is converted. return nil otherwise" (zero-show-candidates)))) (defun zero-handle-preedit-char-default (ch) "hanlde character insert in `*zero-state-im-preediting*' mode" "hanlde character insert in `*zero-state-im-preediting*' state" (cond ((= ch ?\s) (zero-commit-first-candidate-or-preedit-str)) Loading
zero-pinyin.el +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ otherwise, just return nil" (t (error "unexpected zero-pinyin-state: %s" zero-pinyin-state)))))) (defun zero-pinyin-handle-preedit-char (ch) "handle IM-PREEDITING state char insert. overrides `zero-handle-preedit-char-default'" "hanlde character insert in `*zero-state-im-preediting*' state. overrides `zero-handle-preedit-char-default'" (cond ((= ch ?\s) (zero-pinyin-commit-first-candidate-or-preedit-str)) Loading