diff options
author | Kenichi Handa <handa@m17n.org> | 1999-06-14 23:24:09 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1999-06-14 23:24:09 +0000 |
commit | 8146bcbd516976289f1ef96faca25f4f9d795fc7 (patch) | |
tree | 1caf53624acd9ebdf4066f552e64284580065206 /leim | |
parent | 80507e8ca86c43409540bf2f6ab4f9f600c30005 (diff) | |
download | emacs-8146bcbd516976289f1ef96faca25f4f9d795fc7.tar.gz |
Fix previous change.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/quail/ethiopic.el | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/leim/quail/ethiopic.el b/leim/quail/ethiopic.el index b503e2e7ddf..571682336a4 100644 --- a/leim/quail/ethiopic.el +++ b/leim/quail/ethiopic.el @@ -546,18 +546,17 @@ C-' or `M-x ethio-gemination' ("NWee" ["$(3"`%q(B"]) ("NW'" ["$(3"`%r(B"]) - ("e" ?$(3"c(B) + ; ("e" ?$(3"c(B) ; old style ("u" ?$(3"d(B) ("U" ?$(3"d(B) ("i" ?$(3"e(B) ("a" ?$(3"f(B) ("A" ?$(3"f(B) ("E" ?$(3"g(B) - ; ("ee" ?$(3"g(B) ; Alef-E is rare vs Aynu-e, so ee = Aynu-e + ; ("ee" ?$(3"g(B) ; Alef-E is rare vs Aynu-I, so ee = Aynu-I ("I" ?$(3"h(B) - ; ("e" ?$(3"h(B) ; some people prefer this. Which is fine but - ; then how is Alef-e reached in Tigirgna mode - ; even though it would be rare? + ("e" ?$(3"h(B) ; This is the premise to "new style" for vowels + ("o" ?$(3"i(B) ("O" ?$(3"i(B) ("ea" ?$(3"j(B) @@ -665,16 +664,17 @@ C-' or `M-x ethio-gemination' ("o2" ?$(3#;(B) ("O2" ?$(3#;(B) - ("ee" ?$(3#5(B) - ; ("ae" ?$(3#5(B) ; Uncomment this if you want ee = Alef-E, comment above + ; ("ee" ?$(3#5(B) ; old style + ("ae" ?$(3#5(B) ; new style + ("aaa" ?$(3#5(B) ; new style ("uu" ?$(3#6(B) ("UU" ?$(3#6(B) ("ii" ?$(3#7(B) ("aa" ?$(3#8(B) ("AA" ?$(3#8(B) ("EE" ?$(3#9(B) - ("eee" ?$(3#9(B) ("II" ?$(3#:(B) + ("ee" ?$(3#:(B) ; new style ("oo" ?$(3#;(B) ("OO" ?$(3#;(B) |