summaryrefslogtreecommitdiff
path: root/leim/quail/latin-alt.el
diff options
context:
space:
mode:
authorJean Haidouk <haidouk@yandex.com>2013-09-09 15:27:38 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2013-09-09 15:27:38 -0400
commit81ca32e0917fb597ec236e9eccb6624c7843c6aa (patch)
treea57334f60d94b0905a71ed264a4a5fbdc7b2ecd7 /leim/quail/latin-alt.el
parentd7646461cf8903ae65546025c74d6f6aac577461 (diff)
downloademacs-81ca32e0917fb597ec236e9eccb6624c7843c6aa.tar.gz
* leim/quail/latin-alt.el ("french-alt-postfix", "latin-alt-postfix"):
* leim/quail/latin-pre.el ("french-prefix"): * leim/quail/latin-post.el ("french-postfix"): Add `œ' and `Œ'.
Diffstat (limited to 'leim/quail/latin-alt.el')
-rw-r--r--leim/quail/latin-alt.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/leim/quail/latin-alt.el b/leim/quail/latin-alt.el
index fdfc89f4eca..6841947524f 100644
--- a/leim/quail/latin-alt.el
+++ b/leim/quail/latin-alt.el
@@ -938,7 +938,7 @@ Par exemple: a` -> à e' -> é.
En doublant la frappe des diacritiques, ils s'isoleront de la lettre.
Par exemple: e'' -> e'
-<e dans l'o> n'est pas disponible."
+Πest produit par O/."
nil t nil nil nil nil nil nil nil nil t)
(quail-define-rules
@@ -959,7 +959,9 @@ Par exemple: e'' -> e'
("i^" ?î)
("i\"" ?ï)
("O^" ?Ô)
+ ("O/" ?Œ)
("o^" ?ô)
+ ("o/" ?œ)
("U`" ?Ù)
("U^" ?Û)
("U\"" ?Ü)
@@ -988,7 +990,9 @@ Par exemple: e'' -> e'
("i^^" ["i^"])
("i\"\"" ["i\""])
("O^^" ["O^"])
+ ("O//" ["O/"])
("o^^" ["o^"])
+ ("o//" ["o/"])
("U``" ["U`"])
("U^^" ["U^"])
("U\"\"" ["U\""])
@@ -1423,6 +1427,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
("O'" ?Ó)
("O-" ?Ō)
("O/" ?Ø)
+ ("O/" ?Œ)
("O:" ?Ő)
("O\"" ?Ö)
("O^" ?Ô)
@@ -1515,6 +1520,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
("o'" ?ó)
("o-" ?ō)
("o/" ?ø)
+ ("o/" ?œ)
("o:" ?ő)
("o\"" ?ö)
("o^" ?ô)