summaryrefslogtreecommitdiff
path: root/lisp/leim
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2019-01-11 17:45:25 +0100
committerRobert Pluim <rpluim@gmail.com>2019-01-14 11:19:41 +0100
commit80c3b9aebaf99da73d10a949f475c5778e843cf8 (patch)
tree4c688e7db6b29c189a2bf7c795fe7752f74bdf66 /lisp/leim
parent3018a4779efd19a6c48a3a54227605e83e4d364d (diff)
downloademacs-80c3b9aebaf99da73d10a949f475c5778e843cf8.tar.gz
Improve some of the breve/caron/cedilla mappings
* lisp/leim/quail/latin-pre.el ("latin-prefix"): Describe new 'c with cedilla mapping'. Extend caron description. Correct dot above description. Add new mappings for 'a with breve' and 'c with caron'. Add additional mapping for 'c with cedilla'. Delete ~o mapping for 'g with dot above'.
Diffstat (limited to 'lisp/leim')
-rw-r--r--lisp/leim/quail/latin-pre.el15
1 files changed, 10 insertions, 5 deletions
diff --git a/lisp/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el
index a677cc19c52..bcf81f4a145 100644
--- a/lisp/leim/quail/latin-pre.el
+++ b/lisp/leim/quail/latin-pre.el
@@ -1089,15 +1089,15 @@ of characters from a single Latin-N charset.
effect | prefix | examples
------------+--------+----------
- acute | \\=' | \\='a -> á, \\='\\=' -> ´
+ acute | \\=' | \\='a -> á \\='\\=' -> ´
grave | \\=` | \\=`a -> à
circumflex | ^ | ^a -> â
diaeresis | \" | \"a -> ä \"\" -> ¨
tilde | ~ | ~a -> ã
- cedilla | ~ | ~c -> ç
+ cedilla | , ~ | ,c -> ç ~c -> ç
+ caron | ~ | ~c -> č ~g -> ğ
breve | ~ | ~a -> ă
- caron | ~ | ~c -> č
- dot above | ~ / . | ~o -> ġ /o -> ġ .o -> ġ
+ dot above | / . | /g -> ġ .g -> ġ
misc | \" ~ / | \"s -> ß ~d -> ð ~t -> þ /a -> å /e -> æ /o -> ø
symbol | ~ | ~> -> » ~< -> « ~! -> ¡ ~? -> ¿ ~~ -> ¸
symbol | _ / | _o -> º _a -> ª // -> ° /\\ -> × _y -> ¥
@@ -1252,7 +1252,10 @@ of characters from a single Latin-N charset.
("~>" ?\»)
("~?" ?¿)
("~A" ?Ã)
+ ("~A" ?Ă)
("~C" ?Ç)
+ ("~C" ?Č)
+ (",C" ?Ç)
("~D" ?Ð)
("~G" ?Ğ)
("~N" ?Ñ)
@@ -1265,13 +1268,15 @@ of characters from a single Latin-N charset.
("~Z" ?Ž)
("~`" ?˘)
("~a" ?ã)
+ ("~a" ?ă)
("~c" ?ç)
+ ("~c" ?č)
+ (",c" ?ç)
("~d" ?ð)
("~e" ?€)
("~g" ?ğ)
("~n" ?ñ)
("~o" ?õ)
- ("~o" ?ġ)
("~p" ?¶)
("~s" ?§)
("~s" ?ş)