problem with 4.7 and emacs21 M-x

Joel Reed joelwreed at comcast.net
Wed Jan 5 03:19:27 CET 2005


Marc,

when i started using 4.7, i noticed emacs21 combinations like
M-x no longer worked whereas they did in 4.6.

i backed out this change & it started working again.
any thoughts?

jr

--- rxvt-unicode-4.7/src/command.C.orig	2004-12-29 14:09:31.000000000 -0500
+++ rxvt-unicode-4.7/src/command.C	2005-01-03 13:24:09.000000000 -0500
@@ -787,11 +787,8 @@ rxvt_term::lookup_key (XKeyEvent &ev)
                     break;
 #undef FKEY
                   default:
-                    if (len == 0 
-                        && (keysym & 0xfff0) != 0xff70
-                        && (keysym & 0xfff0) != 0xffe0)
-                      /* generate a keycode for every remaining keypress */
-                      sprintf ((char *)kbuf, "\033[%x;%xA", (unsigned char)ev.state, (unsigned short)keysym);
+                    newlen = 0;
+                    break;
                 }
 
               if (newlen)




More information about the rxvt-unicode mailing list