emacs-devel
[Top][All Lists]
Advanced

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

Cannot copy/cut from emacs


From: Tak Ota
Subject: Cannot copy/cut from emacs
Date: Fri, 02 Jul 2004 09:11:53 -0700 (PDT)

2004-07-01  Kenichi Handa  <address@hidden>

        * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
        after getting a new string by pre-write-conversion.

This change breaks copying from emacs to the system clipboard.
The newly added following "+ 1" garble the clipboard content when
emacs performs kill/copy operation.

            nbytes = SBYTES (string) + 1;

Removing the "+ 1" restores the correct operation.




reply via email to

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