Branch: refs/heads/master
Home: https://github.com/uim/uim
Commit: eed594caa2a958b0a41ebaa1fb40584ca763db31
https://github.com/uim/uim/commit/eed594caa2a958b0a41ebaa1fb40584ca763db31
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-17 (Mon, 17 Dec 2012)
Changed paths:
M scm/tutcode.scm
Log Message:
-----------
Change postfix Katakana conversion to take characters while hiragana
continues.
* scm/tutcode.scm
- (tutcode-begin-postfix-katakana-conversion):
If yomi-len argument is zero, take characters while hiragana continues.
For negative value, treat absolute value as excluding characters count.
Commit: 9f5ee463bcd6e0069f23984692e222843f9633c3
https://github.com/uim/uim/commit/9f5ee463bcd6e0069f23984692e222843f9633c3
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-17 (Mon, 17 Dec 2012)
Changed paths:
M scm/tutcode.scm
Log Message:
-----------
Change postfix Katakana conversion to acquire middle dot as target hiragana.
* scm/tutcode.scm
- (tutcode-begin-postfix-katakana-conversion):
Change not to convert to Katakana if acquired length is shorter
than specified negative yomi count.
Change to use tutcode-postfix-katakana-acquire-yomi.
- (tutcode-postfix-katakana-acquire-yomi):
New function to acquire characters while hiragana continues.
- (tutcode-hiragana?): New function.
Compare: https://github.com/uim/uim/compare/593278e46066...9f5ee463bcd6