Age | Commit message (Collapse) | Author |
|
* thogai.el (thogai-insert-translation): Rename argument
subtranslation to non-first-part-p and carry it through when command
translations are processed.
|
|
* thogai.el (thogai-insert-translation): Implement infix translations.
|
|
* thogai.el (thogai-insert-translation): Insert space before glue
translations if it is the first part of the translation.
|
|
* thogai.el (thogai-insert-translation): Insert space before prefix
translations if it is the first part of the translation.
|
|
* thogai.el (thogai-insert-literal): Reset thogai-attach-next and
thogai-glue.
(thogai-insert-translation): Depend on thogai-insert-literal to reset
thogai-attach-next and thogai-glue.
|
|
* thogai.el (thogai-insert-translation): Insert prefix strings using
thogai-insert-literal.
|
|
Attached and glued strokes don't emit spaces. So, we cannot mindlessly
delete the last character without checking if it is a space.
* thogai.el (thogai-insert-stroke): When undoing, delete space only if
there actually is a space.
|
|
* thogai.el (thogai-insert-translation): Insert glue strings using
thogai-insert-literal.
|
|
* thogai.el (thogai-insert-translation): Abstract out literal
translation insertion logic into ...
(thogai-insert-literal): ... new function.
|
|
* thogai.el (thogai-glue): New variable.
(thogai-insert-translation): Implement glue operator.
|
|
* thogai.el (thogai-insert-translation): Abstract out space insertion
logic into ...
(thogai-insert-space): ... new function.
|
|
|