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:
Eli Zaretskii 2011-04-28 20:20:43 +03:00
parent 6b4e1d0d3d
commit b1c07b7b76
2 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -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" ?≩)