emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109180: Bind language-change in spec


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109180: Bind language-change in special-event-map.
Date: Sat, 21 Jul 2012 17:11:33 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109180
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-07-21 17:11:33 +0300
message:
  Bind language-change in special-event-map.
  
   src/keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
   in special-event-map.  See the discussion at
   http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
   for the reasons.
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-21 13:33:32 +0000
+++ b/src/ChangeLog     2012-07-21 14:11:33 +0000
@@ -1,5 +1,10 @@
 2012-07-21  Eli Zaretskii  <address@hidden>
 
+       * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
+       in special-event-map.  See the discussion at
+       http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
+       for the reasons.
+
        * w32menu.c (add_menu_item): Cast to UINT_PTR when assigning
        info.dwItemData.  Fixes crashes on 64-bit Windows.  Suggested by
        Fabrice Popineau <address@hidden>.

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2012-07-20 05:28:00 +0000
+++ b/src/keyboard.c    2012-07-21 14:11:33 +0000
@@ -12232,6 +12232,10 @@
 
   initial_define_lispy_key (Vspecial_event_map, "config-changed-event",
                            "ignore");
+#if defined (WINDOWSNT)
+  initial_define_lispy_key (Vspecial_event_map, "language-change",
+                           "ignore");
+#endif
 }
 
 /* Mark the pointers in the kboard objects.


reply via email to

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