emacs-devel
[Top][All Lists]
Advanced

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

Re: Cannot copy/cut from emacs


From: Kenichi Handa
Subject: Re: Cannot copy/cut from emacs
Date: Sat, 3 Jul 2004 09:14:10 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Tak Ota <address@hidden> writes:

> 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.

Hmm, strange.  How does it "garble the clipboard content"?

At the beginning of Fw32_set_clipboard_data, nbytes is set
as this:

  nbytes = SBYTES (string) + 1;

So, I installed the above change to make nbytes contain the
terminating null even when pre-write-conversion is called.

Please try:

(coding-system-put selection-coding-sytem 'pre-write-conversion nil)

Does it change the behaviour?

---
Ken'ichi HANDA
address@hidden




reply via email to

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