(quail-japanese-kanji-kkc): Set
quail-translation to nil after calling kkc-region so that translation mode is restarted correctly.
This commit is contained in:
parent
7efe5dbcaf
commit
addbff897a
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@
|
|||
(let ((result (kkc-region from to)))
|
||||
(move-overlay quail-conv-overlay from (point))
|
||||
(if (= (+ from result) (point))
|
||||
(setq quail-converting nil)))))
|
||||
(setq quail-converting nil))
|
||||
(setq quail-translating nil))))
|
||||
|
||||
(defun quail-japanese-self-insert-and-switch-to-alpha (key idx)
|
||||
(quail-delete-region)
|
||||
|
|
Loading…
Add table
Reference in a new issue