Hi,

The bug I reported a few days ago is fixed upstream by the following
patch to be applied to src/xterm.c.

--- xterm.c	2009/10/19 18:08:55	1.1046
+++ xterm.c	2009/10/20 10:03:37	1.1047
@@ -7125,7 +7125,7 @@
 #ifdef HAVE_X_I18N
       /* Filter events for the current X input method.  */
       if (x_filter_event (terminal->display_info.x, &event))
-        break;
+        continue;
 #endif
       event_found = 1;
 
http://cvs.savannah.gnu.org/viewvc/emacs/src/xterm.c?root=emacs&r1=1.1046&r2=1.1047

Regards,

        Arnaud

Reply via email to