aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-12-18 18:17:41 +0000
committerDave Love <[email protected]>2000-12-18 18:17:41 +0000
commitefd4c4fa63c16a2b6ca2e24dfb9f1e4b4aef9c1f (patch)
tree1877b71c38ac9b3fa8e4800cec916c16434350a1 /leim
parentff501f2b2c1eb914338b47b676c87e2c3347c3a2 (diff)
Delete duplicate ,b((B entry.
Change ,b=(B, ,b<(B, ,b6(B.
Diffstat (limited to 'leim')
-rw-r--r--leim/quail/latin-pre.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el
index 67f0246cee..222dbb8514 100644
--- a/leim/quail/latin-pre.el
+++ b/leim/quail/latin-pre.el
@@ -738,13 +738,14 @@ For example, the character named `aogonek' is obtained by `/a'."
caron | ~ | ~z -> ,b8(B
cedilla | ~ | ~c -> ,bg(B
misc | \" ~ / | \"s -> ,b_(B ~d -> ,bp(B ~t -> ,b~(B /a -> ,be(B /e -> ,bf(B /o -> ,bx(B
+ | \" ~ / | /o -> ,b=(B
symbol | ~ | ~> -> ,b;(B ~< -> ,b+(B ~! -> ,b!(B ~? -> ,b?(B ~~ -> ,b8(B
| ~ | ~s -> ,b'(B ~e -> ,b$(B ~. -> ,b7(B ~$ -> ,b#(B ~u -> ,b5(B
| ~ | ~- -> ,b-(B ~= -> ,b/(B
symbol | _ / | _o -> ,b:(B _a -> ,b*(B // -> ,b0(B /\\ -> ,bW(B _y -> ,b%(B
- | _ / | _: -> ,bw(B /c -> ,b"(B _o -> ,b=(B _O -> ,b<(B /p -> ,b6(B
+ | _ / | _: -> ,bw(B /c -> ,b"(B ~p -> ,b6(B
| _ / | /= -> ,b,(B
- symbol | ^ | ^r -> ,b.(B ^c -> ,b)(B ^1 -> ,b9(B ^2 -> ,b2(B ^3 -> ,b3(B
+ symbol | ^ | ^r -> ,b.(B ^c -> ,b)(B ^1 -> ,b9(B ^2 -> ,b2(B ^3 -> ,b3(B _a -> ,b*(B
" nil t nil nil nil nil nil nil nil nil t)
(quail-define-rules
@@ -797,7 +798,6 @@ For example, the character named `aogonek' is obtained by `/a'."
("\"s" ?,b_(B)
("\"u" ?,b|(B)
("\"y" ?,b(B)
- ("~s" ?,b((B)
("\" " ?\")
("~A" ?,bC(B)
("~C" ?,bG(B)
@@ -835,11 +835,11 @@ For example, the character named `aogonek' is obtained by `/a'."
("_:" ?,bw(B)
("/c" ?,b"(B)
("/\\" ?,bW(B)
- ("_o" ?,b=(B)
- ("_O" ?,b<(B)
+ ("/o" ?,b=(B) ; clash with ,bx(B, but ,bf(B uses /
+ ("/O" ?,b<(B)
("\"Y" ?,b>(B)
("~s" ?,b'(B)
- ("/p" ?,b6(B)
+ ("~p" ?,b6(B)
;; Is this the best option for Euro entry?
("~e" ?,b$(B)
("~." ?,b7(B)