+2002-07-12 Stefan Monnier <monnier@cs.yale.edu>
+
+ * xterm.c (XTread_socket): Return a non_ascii_keystroke for
+ unknown keysyms.
+
2002-07-09 Kenichi Handa <handa@etl.go.jp>
* callproc.c (Fcall_process): If code detection is necessary,
|| IsKeypadKey (keysym) /* 0xff80 <= x < 0xffbe */
|| IsFunctionKey (keysym) /* 0xffbe <= x < 0xffe1 */
/* Any "vendor-specific" key is ok. */
- || (orig_keysym & (1 << 28)))
+ || (orig_keysym & (1 << 28))
+ || (keysym != NoSymbol && nbytes == 0))
&& ! (IsModifierKey (orig_keysym)
#ifndef HAVE_X11R5
#ifdef XK_Mode_switch