From: Cristian Date: Sun, 7 Nov 2021 01:03:12 +0000 (+0100) Subject: Another addition to latin-2 input methods X-Git-Tag: emacs-29.0.90~3671^2~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35ff4f800b148bb81ec223e76640b79279358f44;p=emacs.git Another addition to latin-2 input methods * lisp/leim/quail/latin-pre.el ("latin-2-prefix"): * lisp/leim/quail/latin-post.el ("latin-2-postfix"): Add variants of "`t" and "t," for Romanian. (Bug#51638) Copyright-paperwork-exempt: yes --- diff --git a/lisp/leim/quail/latin-post.el b/lisp/leim/quail/latin-post.el index 78ae89609a8..0e1afba1a34 100644 --- a/lisp/leim/quail/latin-post.el +++ b/lisp/leim/quail/latin-post.el @@ -256,7 +256,7 @@ Doubling the postfix separates the letter and postfix: e.g. a\\='\\=' -> a\\=' ("S'" ?Ś) ("S," "ŞȘ") ; the second variant is for Romanian ("S~" ?Š) - ("T," ?Ţ) + ("T," "ŢȚ") ; the second variant is for Romanian ("T~" ?Ť) ("U'" ?Ú) ("U:" ?Ű) @@ -297,7 +297,7 @@ Doubling the postfix separates the letter and postfix: e.g. a\\='\\=' -> a\\=' ("s," "şș") ; the second variant is for Romanian ("s/" ?ß) ("s~" ?š) - ("t," ?ţ) + ("t," "ţț") ; the second variant is for Romanian ("t~" ?ť) ("u'" ?ú) ("u:" ?ű) diff --git a/lisp/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el index 5f27b269943..3492de5fbae 100644 --- a/lisp/leim/quail/latin-pre.el +++ b/lisp/leim/quail/latin-pre.el @@ -541,14 +541,14 @@ Key translation rules are: ("`E" ?Ę) ("`L" ?Ł) ("`S" "ŞȘ") - ("`T" ?Ţ) + ("`T" "ŢȚ") ; the second variant is for Romanian ("`Z" ?Ż) ("`a" ?ą) ("`l" ?ł) ("`c" ?ç) ("`e" ?ę) ("`s" "şș") - ("`t" ?ţ) + ("`t" "ţț") ; the second variant is for Romanian ("`z" ?ż) ("``" ?Ş) ("`." ?˙)