From: Eli Zaretskii Date: Thu, 28 Apr 2011 17:20:43 +0000 (+0300) Subject: Fix bug #8563 with TeX input method. X-Git-Tag: emacs-pretest-24.0.90~104^3~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1c07b7b76ee4ae685e491f4e98129a77d8c18a9;p=emacs.git Fix bug #8563 with TeX input method. leim/quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce corresponding symbols rather than Hebrew letters. --- diff --git a/leim/ChangeLog b/leim/ChangeLog index 1ee29deb282..c8b88306651 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2011-04-28 Eli Zaretskii + + * quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce + corresponding symbols rather than Hebrew letters. (Bug#8563) + 2011-04-27 Eli Zaretskii * quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index cfd05a47e7c..13e7d8031fc 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -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" ?≩)