emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 35ff4f8: Another addition to latin-2 input methods


From: Eli Zaretskii
Subject: master 35ff4f8: Another addition to latin-2 input methods
Date: Sun, 7 Nov 2021 05:47:30 -0500 (EST)

branch: master
commit 35ff4f800b148bb81ec223e76640b79279358f44
Author: Cristian <crstml@libero.it>
Commit: Eli Zaretskii <eliz@gnu.org>

    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
---
 lisp/leim/quail/latin-post.el | 4 ++--
 lisp/leim/quail/latin-pre.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/leim/quail/latin-post.el b/lisp/leim/quail/latin-post.el
index 78ae896..0e1afba 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 5f27b26..3492de5 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" ?ż)
  ("``" ?Ş)
  ("`." ?˙)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]