mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
("latin-1-prefix"): Add rule "__"->"_".
("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
This commit is contained in:
parent
f7c4d755be
commit
0fcab4a26a
@ -154,6 +154,7 @@
|
||||
("_+" ?,A1(B)
|
||||
("_y" ?,A%(B)
|
||||
("_:" ?,Aw(B)
|
||||
("__" ?_)
|
||||
("/c" ?,A"(B)
|
||||
("/\\" ?,AW(B)
|
||||
("/2" ?,A=(B)
|
||||
@ -834,6 +835,8 @@ For example, the character named `aogonek' is obtained by `/a'."
|
||||
("_+" ?,b1(B)
|
||||
("_y" ?,b%(B)
|
||||
("_:" ?,bw(B)
|
||||
("_ " ?,b (B)
|
||||
("__" ?_)
|
||||
("/c" ?,b"(B)
|
||||
("/\\" ?,bW(B)
|
||||
("/o" ?,b=(B) ; clash with ,bx(B, but ,bf(B uses /
|
||||
|
Loading…
Reference in New Issue
Block a user