emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100565: Fix bug #8563 with TeX in


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100565: Fix bug #8563 with TeX input method.
Date: Thu, 28 Apr 2011 20:20:43 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100565
fixes bug(s): http://debbugs.gnu.org/8563
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-23
timestamp: Thu 2011-04-28 20:20:43 +0300
message:
  Fix bug #8563 with TeX input method.
  
   leim/quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce
   corresponding symbols rather than Hebrew letters.
modified:
  leim/ChangeLog
  leim/quail/latin-ltx.el
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2011-04-27 20:34:56 +0000
+++ b/leim/ChangeLog    2011-04-28 17:20:43 +0000
@@ -1,3 +1,8 @@
+2011-04-28  Eli Zaretskii  <address@hidden>
+
+       * quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce
+       corresponding symbols rather than Hebrew letters.  (Bug#8563)
+
 2011-04-27  Eli Zaretskii  <address@hidden>
 
        * quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of

=== modified file 'leim/quail/latin-ltx.el'
--- a/leim/quail/latin-ltx.el   2011-04-27 20:34:56 +0000
+++ b/leim/quail/latin-ltx.el   2011-04-28 17:20:43 +0000
@@ -515,7 +515,7 @@
  ("\\barwedge" ?⊼)
  ("\\because" ?∵)
  ("\\beta" ?β)
- ("\\beth" ?ב)
+ ("\\beth" ?ℶ)
  ("\\between" ?≬)
  ("\\bigcap" ?⋂)
  ("\\bigcirc" ?◯)
@@ -569,7 +569,7 @@
 
  ("\\dag" ?†)
  ("\\dagger" ?†)
- ("\\daleth" ?ד)
+ ("\\daleth" ?ℸ)
  ("\\dashv" ?⊣)
  ("\\ddag" ?‡)
  ("\\ddagger" ?‡)
@@ -626,7 +626,7 @@
  ("\\gets" ?←)
  ("\\gg" ?≫)
  ("\\ggg" ?⋙)
- ("\\gimel" ?ג)
+ ("\\gimel" ?ℷ)
  ("\\gnapprox" ?⋧)
  ("\\gneq" ?≩)
  ("\\gneqq" ?≩)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]