summaryrefslogtreecommitdiff
path: root/lisp/leim/quail/latin-pre.el
diff options
context:
space:
mode:
authorErnest Adrogué <nfdisco@gmail.com>2016-03-20 12:01:23 +0100
committerLars Magne Ingebrigtsen <larsi@gnus.org>2016-03-20 12:01:23 +0100
commit6e70769e311e5614ceeb2e66483b33af4ad432c6 (patch)
tree75eaf17178e92234b1fe0177de647cac25647dc8 /lisp/leim/quail/latin-pre.el
parent9d5f23511241e6a0805ddfab20926271e23fa698 (diff)
downloademacs-6e70769e311e5614ceeb2e66483b33af4ad432c6.tar.gz
Add a Catalan language environment
* international/mule-cmds.el (locale-language-names): Map locale language name `ca' to language environment `Catalan'. * language/european.el: Add definition of language environment for the Catalan language. * leim/quail/latin-pre.el: Add quail rule to the `catalan-prefix' input method to support input of middle dot characters through composition (bug#18279).
Diffstat (limited to 'lisp/leim/quail/latin-pre.el')
-rw-r--r--lisp/leim/quail/latin-pre.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el
index 078f9f99fab..138a97ac28a 100644
--- a/lisp/leim/quail/latin-pre.el
+++ b/lisp/leim/quail/latin-pre.el
@@ -188,6 +188,7 @@
diaeresis | \" | \"i -> ï \"\" -> ¨
tilde | ~ | ~n -> ñ
cedilla | ~ | ~c -> ç
+ middle dot | ~ | ~. -> ·
symbol | ~ | ~> -> » ~< -> « ~! -> ¡ ~? -> ¿
" nil t nil nil nil nil nil nil nil nil t)
@@ -223,6 +224,7 @@
("~<" ?\«)
("~!" ?¡)
("~?" ?¿)
+ ("~." ?·)
("~ " ?~)
)