emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/w16select.c
diff -c emacs/src/w16select.c:1.27 emacs/src/w16select.c:1.28
*** emacs/src/w16select.c:1.27  Fri May 17 09:17:21 2002
--- emacs/src/w16select.c       Sun Jun 23 20:36:20 2002
***************
*** 657,662 ****
--- 657,665 ----
        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;
        truelen = get_clipboard_data (CF_OEMTEXT, htext, data_size, 1);
        bufsize = decoding_buffer_size (&coding, truelen);
        buf = (unsigned char *) xmalloc (bufsize);



reply via email to

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