aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-07-09 00:29:36 +0000
committerKenichi Handa2002-07-09 00:29:36 +0000
commitf6ac1e127dba13a4d599acea2bcf063b28a78088 (patch)
tree45694e836252310be775030ac9d769beeb2ca690
parentb252f80121bac145a278a29d070596bba1715c4b (diff)
downloademacs-f6ac1e127dba13a4d599acea2bcf063b28a78088.tar.gz
emacs-f6ac1e127dba13a4d599acea2bcf063b28a78088.zip
("latin-3-prefix"): Remove bogus Latin-3
characters and ~o -> ,Cu(B, ~O -> ,CU(B.
-rw-r--r--leim/quail/latin-pre.el10
1 files changed, 1 insertions, 9 deletions
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el
index b9e2e7d6c18..f3a3a398bcc 100644
--- a/leim/quail/latin-pre.el
+++ b/leim/quail/latin-pre.el
@@ -589,7 +589,7 @@ Key translation rules are:
589 circumflex | ^ | ^a -> ,Cb(B 589 circumflex | ^ | ^a -> ,Cb(B
590 diaeresis | \" | \"a -> ,Cd(B \"\" -> ,C((B 590 diaeresis | \" | \"a -> ,Cd(B \"\" -> ,C((B
591 cedilla | ~ | ~c -> ,Cg(B ~s -> ,C:(B ~~ -> ,C8(B 591 cedilla | ~ | ~c -> ,Cg(B ~s -> ,C:(B ~~ -> ,C8(B
592 dot above | ~ / . | ~o -> ,Cu(B /o -> ,Cu(B .o -> ,Cu(B 592 dot above | . | /g -> ,Cu(B .g -> ,Cu(B
593 misc | \" ~ / | \"s -> ,C_(B ~g -> ,C;(B ~u -> ,C}(B /h -> ,C1(B /i -> ,C9(B 593 misc | \" ~ / | \"s -> ,C_(B ~g -> ,C;(B ~u -> ,C}(B /h -> ,C1(B /i -> ,C9(B
594 symbol | ~ | ~` -> ,C"(B /# -> ,C#(B /$ -> ,C$(B // -> ,C0(B 594 symbol | ~ | ~` -> ,C"(B /# -> ,C#(B /$ -> ,C$(B // -> ,C0(B
595" nil t nil nil nil nil nil nil nil nil t) 595" nil t nil nil nil nil nil nil nil nil t)
@@ -654,17 +654,10 @@ Key translation rules are:
654 ("\"s" ?,C_(B) 654 ("\"s" ?,C_(B)
655 ("\"\"" ?,C((B) 655 ("\"\"" ?,C((B)
656 ("\" " ?\") 656 ("\" " ?\")
657 ("~A" ?,CC(B)
658 ("~C" ?,CG(B) 657 ("~C" ?,CG(B)
659 ("~D" ?,CP(B)
660 ("~N" ?,CQ(B) 658 ("~N" ?,CQ(B)
661 ("~O" ?,CU(B)
662 ("~a" ?,Cc(B)
663 ("~c" ?,Cg(B) 659 ("~c" ?,Cg(B)
664 ("~d" ?,Cp(B)
665 ("~n" ?,Cq(B) 660 ("~n" ?,Cq(B)
666 ("~o" ?,Cu(B)
667 ("~$" ?,C%(B)
668 ("~S" ?,C*(B) 661 ("~S" ?,C*(B)
669 ("~s" ?,C:(B) 662 ("~s" ?,C:(B)
670 ("~G" ?,C+(B) 663 ("~G" ?,C+(B)
@@ -684,7 +677,6 @@ Key translation rules are:
684 ("/h" ?,C1(B) 677 ("/h" ?,C1(B)
685 ("/i" ?,C9(B) 678 ("/i" ?,C9(B)
686 ("/z" ?,C?(B) 679 ("/z" ?,C?(B)
687 ("/r" ?,C.(B)
688 ("/." ?,C(B) 680 ("/." ?,C(B)
689 ("/#" ?,C#(B) 681 ("/#" ?,C#(B)
690 ("/$" ?,C$(B) 682 ("/$" ?,C$(B)