From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [id.brep@gmail.com: x-clipboard-yank doesn't decode utf-8 string] Date: Fri, 10 Jun 2005 14:40:46 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1118382118 13434 80.91.229.2 (10 Jun 2005 05:41:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Jun 2005 05:41:58 +0000 (UTC) Cc: id.brep@gmail.com, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 10 07:41:46 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DgcH3-0005OE-Vi for ged-emacs-devel@m.gmane.org; Fri, 10 Jun 2005 07:41:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgcO7-0004es-TR for ged-emacs-devel@m.gmane.org; Fri, 10 Jun 2005 01:49:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DgcNm-0004e0-05 for emacs-devel@gnu.org; Fri, 10 Jun 2005 01:48:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DgcNj-0004cJ-4i for emacs-devel@gnu.org; Fri, 10 Jun 2005 01:48:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgcNi-0004b4-82 for emacs-devel@gnu.org; Fri, 10 Jun 2005 01:48:38 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DgcGW-00009O-13; Fri, 10 Jun 2005 01:41:12 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j5A5el86022062; Fri, 10 Jun 2005 14:40:47 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j5A5elCq004930; Fri, 10 Jun 2005 14:40:47 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1DgcG6-00060S-00; Fri, 10 Jun 2005 14:40:46 +0900 Original-To: jhd In-reply-to: (message from jhd on Fri, 10 Jun 2005 07:12:11 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38490 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38490 In article , jhd writes: > The change occured 21 Jan 2004 and is in the ChangeLog: > 2004-01-21 Jan Dj=E4rv > * term/x-win.el: Call menu-bar-enable-clipboard and make Paste > use clipboard first. Ah, I see. I only grepped "x-clipboard-yank". > I probably did not know what x-selection-value does, as it is not =20 > documented. As I made it just as a helper function of x-cut-buffer-or-selection-value, I didn't put docstring. But, although I thought I put a comment on it, I've just noticed that the comment doesn't exist in the current source. Hmmm, perhaps, I made some mistake at the time of committing it. I'm sorry for making you confused. I've just added a comment on x-selection-value, and removed condition-case wrapping in x-clipboard-yank because that is done' in x-selection-value. --- Kenichi Handa handa@m17n.org