unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: b.riefenstahl@turtle-trading.net, emacs-devel@gnu.org
Subject: Re: copying to clipboard silently discards lines
Date: Mon, 28 Feb 2005 16:20:25 +0900 (JST)	[thread overview]
Message-ID: <200502280720.QAA02582@etlken.m17n.org> (raw)
In-Reply-To: <1401.220.255.172.231.1109386419.squirrel@www.stupidchicken.com> (cyd@stupidchicken.com)

In article <1401.220.255.172.231.1109386419.squirrel@www.stupidchicken.com>, "Chong Yidong" <cyd@stupidchicken.com> writes:

> "Benjamin Riefenstahl" <b.riefenstahl@turtle-trading.net> 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" <cyd@stupidchicken.com> (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  <handa@m17n.org>

	* 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
handa@m17n.org

  reply	other threads:[~2005-02-28  7:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2150.220.255.172.231.1109220271.squirrel@220.255.172.231>
     [not found] ` <1515.220.255.172.231.1109259901.squirrel@220.255.172.231>
2005-02-25 15:09   ` copying to clipboard silently discards lines Chong Yidong
2005-02-25 17:24     ` Benjamin Riefenstahl
2005-02-26  2:53       ` Chong Yidong
2005-02-28  7:20         ` Kenichi Handa [this message]
2005-02-28 19:13           ` Benjamin Riefenstahl
2005-03-08  9:10             ` Kenichi Handa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200502280720.QAA02582@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=b.riefenstahl@turtle-trading.net \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).