emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Sun, 23 Jun 2002 20:39:36 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.736 emacs/src/xterm.c:1.737
*** emacs/src/xterm.c:1.736     Thu Jun 13 10:53:43 2002
--- emacs/src/xterm.c   Sun Jun 23 20:39:35 2002
***************
*** 10685,10690 ****
--- 10685,10695 ----
                            require = decoding_buffer_size (&coding, nbytes);
                            p = (unsigned char *) alloca (require);
                            coding.mode |= CODING_MODE_LAST_BLOCK;
+                           /* We explicitely disable composition
+                              handling because key data should
+                              not contain any composition
+                              sequence.  */
+                           coding.composing = COMPOSITION_DISABLED;
                            decode_coding (&coding, copy_bufptr, p,
                                           nbytes, require);
                            nbytes = coding.produced;



reply via email to

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