aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2019-01-11 17:45:25 +0100
committerRobert Pluim2019-01-14 11:19:41 +0100
commit80c3b9aebaf99da73d10a949f475c5778e843cf8 (patch)
tree4c688e7db6b29c189a2bf7c795fe7752f74bdf66
parent3018a4779efd19a6c48a3a54227605e83e4d364d (diff)
downloademacs-80c3b9aebaf99da73d10a949f475c5778e843cf8.tar.gz
emacs-80c3b9aebaf99da73d10a949f475c5778e843cf8.zip
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'.
-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.
1089 1089
1090 effect | prefix | examples 1090 effect | prefix | examples
1091 ------------+--------+---------- 1091 ------------+--------+----------
1092 acute | \\=' | \\='a -> á, \\='\\=' -> ´ 1092 acute | \\=' | \\='a -> á \\='\\=' -> ´
1093 grave | \\=` | \\=`a -> à 1093 grave | \\=` | \\=`a -> à
1094 circumflex | ^ | ^a -> â 1094 circumflex | ^ | ^a -> â
1095 diaeresis | \" | \"a -> ä \"\" -> ¨ 1095 diaeresis | \" | \"a -> ä \"\" -> ¨
1096 tilde | ~ | ~a -> ã 1096 tilde | ~ | ~a -> ã
1097 cedilla | ~ | ~c -> ç 1097 cedilla | , ~ | ,c -> ç ~c -> ç
1098 caron | ~ | ~c -> č ~g -> ğ
1098 breve | ~ | ~a -> ă 1099 breve | ~ | ~a -> ă
1099 caron | ~ | ~c -> č 1100 dot above | / . | /g -> ġ .g -> ġ
1100 dot above | ~ / . | ~o -> ġ /o -> ġ .o -> ġ
1101 misc | \" ~ / | \"s -> ß ~d -> ð ~t -> þ /a -> å /e -> æ /o -> ø 1101 misc | \" ~ / | \"s -> ß ~d -> ð ~t -> þ /a -> å /e -> æ /o -> ø
1102 symbol | ~ | ~> -> » ~< -> « ~! -> ¡ ~? -> ¿ ~~ -> ¸ 1102 symbol | ~ | ~> -> » ~< -> « ~! -> ¡ ~? -> ¿ ~~ -> ¸
1103 symbol | _ / | _o -> º _a -> ª // -> ° /\\ -> × _y -> ¥ 1103 symbol | _ / | _o -> º _a -> ª // -> ° /\\ -> × _y -> ¥
@@ -1252,7 +1252,10 @@ of characters from a single Latin-N charset.
1252 ("~>" ?\») 1252 ("~>" ?\»)
1253 ("~?" ?¿) 1253 ("~?" ?¿)
1254 ("~A" ?Ã) 1254 ("~A" ?Ã)
1255 ("~A" ?Ă)
1255 ("~C" ?Ç) 1256 ("~C" ?Ç)
1257 ("~C" ?Č)
1258 (",C" ?Ç)
1256 ("~D" ?Ð) 1259 ("~D" ?Ð)
1257 ("~G" ?Ğ) 1260 ("~G" ?Ğ)
1258 ("~N" ?Ñ) 1261 ("~N" ?Ñ)
@@ -1265,13 +1268,15 @@ of characters from a single Latin-N charset.
1265 ("~Z" ?Ž) 1268 ("~Z" ?Ž)
1266 ("~`" ?˘) 1269 ("~`" ?˘)
1267 ("~a" ?ã) 1270 ("~a" ?ã)
1271 ("~a" ?ă)
1268 ("~c" ?ç) 1272 ("~c" ?ç)
1273 ("~c" ?č)
1274 (",c" ?ç)
1269 ("~d" ?ð) 1275 ("~d" ?ð)
1270 ("~e" ?€) 1276 ("~e" ?€)
1271 ("~g" ?ğ) 1277 ("~g" ?ğ)
1272 ("~n" ?ñ) 1278 ("~n" ?ñ)
1273 ("~o" ?õ) 1279 ("~o" ?õ)
1274 ("~o" ?ġ)
1275 ("~p" ?¶) 1280 ("~p" ?¶)
1276 ("~s" ?§) 1281 ("~s" ?§)
1277 ("~s" ?ş) 1282 ("~s" ?ş)