From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-15?q?J=E9r=F4me_Marant?= Newsgroups: gmane.emacs.devel Subject: Clipboard and coding systems Date: Tue, 19 Oct 2004 14:21:11 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <871xfuzyo8.fsf@marant.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1098217310 21284 80.91.229.6 (19 Oct 2004 20:21:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2004 20:21:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 19 22:21:37 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CK0UD-0001Fb-00 for ; Tue, 19 Oct 2004 22:21:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CK0bZ-0006av-4p for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2004 16:29:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CK0bR-0006aW-9X for emacs-devel@gnu.org; Tue, 19 Oct 2004 16:29:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CK0bQ-0006aK-Tl for emacs-devel@gnu.org; Tue, 19 Oct 2004 16:29:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CK0bQ-0006aH-QE for emacs-devel@gnu.org; Tue, 19 Oct 2004 16:29:04 -0400 Original-Received: from [62.4.17.102] (helo=mallaury.noc.nerim.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CK0Tl-0006Zx-H8 for emacs-devel@gnu.org; Tue, 19 Oct 2004 16:21:09 -0400 Original-Received: from amboise (jmarant.net1.nerim.net [62.212.105.6]) by mallaury.noc.nerim.net (Postfix) with ESMTP id 2BB8262E33 for ; Tue, 19 Oct 2004 22:21:04 +0200 (CEST) Original-Received: by amboise (Postfix, from userid 1000) id 360AB2C03E; Tue, 19 Oct 2004 14:21:12 +0200 (CEST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28627 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28627 Hi, We (Debian) recently received a bug report related to the clipboard and coding systems (http://bugs.debian.org/276098). Here is a way to reproduce the weirdness. (Emacs 21.3 with Latin-9 language environment) 1) Start Emacs, type `ab=E9=E8cd' in a fresh buffer, copy the typed text and paste it within the following command in a Xterm: amboise:~$ echo 'ab=E9=E8cd' > foo Then, amboise:~$ hex foo 0x00000000: 61 62 e9 e8 63 64 0a - ab=E9=E8cdJ 2) Start Emacs, type `ab=E9=E8cd' in a fresh buffer, copy the typed text, _exit from Emacs_ and paste within the following command in a Xterm: amboise:~$ echo 'ab=E9=E8cd' > foo Then, amboise:~$ hex foo 0x00000000: 61 62 8e e9 8e e8 63 64 - 0a ab....cdJ Can this be explained or is it a bug? Thanks. --=20 J=E9r=F4me Marant