Age | Commit message (Collapse) | Author |
|
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.
|
|
* README.org: New file.
|
|
|