From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.bugs Subject: Re: cut unicode and paste into emacs Date: Wed, 30 Oct 2002 11:57:35 +0900 (JST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200210300257.LAA16395@etlken.m17n.org> References: <878z0h1xb5.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035946694 31633 80.91.224.249 (30 Oct 2002 02:58:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 02:58:14 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186j3c-0008E5-00 for ; Wed, 30 Oct 2002 03:58:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186j3g-0002uG-00; Tue, 29 Oct 2002 21:58:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186j3D-0002sM-00 for bug-gnu-emacs@gnu.org; Tue, 29 Oct 2002 21:57:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186j3C-0002s4-00 for bug-gnu-emacs@gnu.org; Tue, 29 Oct 2002 21:57:47 -0500 Original-Received: from tsukuba.m17n.org ([192.47.44.130]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186j3B-0002ry-00 for bug-gnu-emacs@gnu.org; Tue, 29 Oct 2002 21:57:45 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6/3.7W-20010518204228) with ESMTP id g9U2vZk06620; Wed, 30 Oct 2002 11:57:35 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.3/3.7W-20010823150639) with ESMTP id g9U2vZR17321; Wed, 30 Oct 2002 11:57:35 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id LAA16395; Wed, 30 Oct 2002 11:57:35 +0900 (JST) Original-To: jidanni@dman.ddts.net In-reply-to: <878z0h1xb5.fsf@jidanni.org> (message from Dan Jacobson on 29 Oct 2002 16:09:02 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3793 In article <878z0h1xb5.fsf@jidanni.org>, Dan Jacobson writes: > Normally I can cut chinese big5 from mozilla and paste it into emacs > with the mouse. However if the file is unicode, I must first paste > into a x(cin)term running bash and tell bash to echo that line, then cut > and paste it into emacs. [All under icewm]. > The problem is not that emacs has a mess on C-y, but that it just > recalls the last thing as if I had never did the cut in mozilla. > After it starts, in seems it affects the rest of the session. Could you please try the latest CVS code (HEAD trunk)? We made some improvement in handling a selection of type UTF8_STRING (newly introdcued by XFree86 4.?). Your problem may be related to it. --- Ken'ichi HANDA handa@m17n.org