emacs-devel
[Top][All Lists]
Advanced

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

Re: copying to clipboard silently discards lines


From: Kenichi Handa
Subject: Re: copying to clipboard silently discards lines
Date: Mon, 28 Feb 2005 16:20:25 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3.50 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, "Chong Yidong" <address@hidden> writes:

> "Benjamin Riefenstahl" <address@hidden> wrote:
>>  Grep is our friend ;-).  The coding-system (and its CCL programs) is
>>  created in lisp/international/ccl.el using (define-ccl-program ...).
>>  The parameter BUFFER_MAGNIFICATION for that function is set as 1 there
>>  for the encoders (ccl-encode-mule-utf-16le, ccl-encode-mule-utf-16be,
>>  ccl-encode-mule-utf-16le-with-signature,
>>  ccl-encode-mule-utf-16be-with-signature), so that might well be the
>>  problem.
>> 
>>  Can you try and replace that 1 with 2 and see if your problem goes
>>  away?

> Yes, that did the trick. Can someone verify that this is the correct fix?

Thank you for finding this bug.  The first two fixes are
correct, but we must set 4 for XXX-with-signature.  I've
just installed these fixes.


2005-02-28  Chong Yidong" <address@hidden> (tiny change)

        * international/utf-16.el (ccl-encode-mule-utf-16le): Fix
        BUFFER_MAGNIFICATION to 2.
        (ccl-encode-mule-utf-16be): Likewise.

2005-02-28  Kenichi Handa  <address@hidden>

        * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
        Fix BUFFER_MAGNIFICATION to 4.
        (ccl-encode-mule-utf-16be-with-signature): Likewise.

---
Ken'ichi HANDA
address@hidden






reply via email to

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