Fix bug #8563 with TeX input method.
leim/quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce corresponding symbols rather than Hebrew letters.
This commit is contained in:
parent
6b4e1d0d3d
commit
b1c07b7b76
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-04-28 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce
|
||||
corresponding symbols rather than Hebrew letters. (Bug#8563)
|
||||
|
||||
2011-04-27 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of
|
||||
|
|
|
@ -515,7 +515,7 @@ system, including many technical ones. Examples:
|
|||
("\\barwedge" ?⊼)
|
||||
("\\because" ?∵)
|
||||
("\\beta" ?β)
|
||||
("\\beth" ?ב)
|
||||
("\\beth" ?ℶ)
|
||||
("\\between" ?≬)
|
||||
("\\bigcap" ?⋂)
|
||||
("\\bigcirc" ?◯)
|
||||
|
@ -569,7 +569,7 @@ system, including many technical ones. Examples:
|
|||
|
||||
("\\dag" ?†)
|
||||
("\\dagger" ?†)
|
||||
("\\daleth" ?ד)
|
||||
("\\daleth" ?ℸ)
|
||||
("\\dashv" ?⊣)
|
||||
("\\ddag" ?‡)
|
||||
("\\ddagger" ?‡)
|
||||
|
@ -626,7 +626,7 @@ system, including many technical ones. Examples:
|
|||
("\\gets" ?←)
|
||||
("\\gg" ?≫)
|
||||
("\\ggg" ?⋙)
|
||||
("\\gimel" ?ג)
|
||||
("\\gimel" ?ℷ)
|
||||
("\\gnapprox" ?⋧)
|
||||
("\\gneq" ?≩)
|
||||
("\\gneqq" ?≩)
|
||||
|
|
Loading…
Add table
Reference in a new issue