emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c
Date: Mon, 08 Jul 2002 20:00:45 -0400

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.119 emacs/src/xselect.c:1.120
*** emacs/src/xselect.c:1.119   Fri Jun  7 18:05:07 2002
--- emacs/src/xselect.c Sun Jun 23 20:37:24 2002
***************
*** 1646,1651 ****
--- 1646,1655 ----
          coding.dst_multibyte = 1;
          Vnext_selection_coding_system = Qnil;
            coding.mode |= CODING_MODE_LAST_BLOCK;
+         /* We explicitely disable composition handling because
+            selection data should not contain any composition
+            sequence.  */
+         coding.composing = COMPOSITION_DISABLED;
          bufsize = decoding_buffer_size (&coding, size);
          buf = (unsigned char *) xmalloc (bufsize);
          decode_coding (&coding, data, buf, size, bufsize);



reply via email to

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