]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTread_socket): Add extra dead keysyms.
authorDave Love <fx@gnu.org>
Wed, 3 Jul 2002 22:17:37 +0000 (22:17 +0000)
committerDave Love <fx@gnu.org>
Wed, 3 Jul 2002 22:17:37 +0000 (22:17 +0000)
src/xterm.c

index 9b6ba07a380fceb212353caf1a09d910b6bfaa2e..f3bda14581d97ca632a976e4cc3f4bfbfe904ec4 100644 (file)
@@ -10606,6 +10606,27 @@ XTread_socket (sd, bufp, numchars, expected)
 #endif
 #ifdef XK_dead_abovedot
                           || orig_keysym == XK_dead_abovedot
+#endif
+#ifdef XK_dead_abovering
+                          || orig_keysym == XK_dead_abovering
+#endif
+#ifdef XK_dead_iota
+                          || orig_keysym == XK_dead_iota
+#endif
+#ifdef XK_dead_belowdot
+                          || orig_keysym == XK_dead_belowdot
+#endif
+#ifdef XK_dead_voiced_sound
+                          || orig_keysym == XK_dead_voiced_sound
+#endif
+#ifdef XK_dead_semivoiced_sound
+                          || orig_keysym == XK_dead_semivoiced_sound
+#endif
+#ifdef XK_dead_hook
+                          || orig_keysym == XK_dead_hook
+#endif
+#ifdef XK_dead_horn
+                          || orig_keysym == XK_dead_horn
 #endif
                           || IsKeypadKey (keysym) /* 0xff80 <= x < 0xffbe */
                           || IsFunctionKey (keysym) /* 0xffbe <= x < 0xffe1 */
@@ -10655,7 +10676,7 @@ XTread_socket (sd, bufp, numchars, expected)
                          if (/* If the event is not from XIM, */
                              event.xkey.keycode != 0
                              /* or the current locale doesn't request
-                                decoding of the intup data, ... */
+                                decoding of the input data, ... */
                              || ! CODING_REQUIRE_DECODING (&coding))
                            {
                              /* ... we can use the input data as is.  */