From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Clipboard and coding systems Date: Wed, 1 Dec 2004 09:38:45 +0900 (JST) Message-ID: <200412010038.JAA03226@etlken.m17n.org> References: <871xfuzyo8.fsf@marant.org> <200410250124.KAA12336@etlken.m17n.org> <87bre6k65d.fsf@marant.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1101861584 28761 80.91.229.6 (1 Dec 2004 00:39:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2004 00:39:44 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 01 01:39:36 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 1CZIWu-0000Ed-00 for ; Wed, 01 Dec 2004 01:39:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZIgN-0007tW-OH for ged-emacs-devel@m.gmane.org; Tue, 30 Nov 2004 19:49:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZIg3-0007tP-Vm for emacs-devel@gnu.org; Tue, 30 Nov 2004 19:49:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZIg3-0007t6-BG for emacs-devel@gnu.org; Tue, 30 Nov 2004 19:49:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZIg3-0007sw-6K for emacs-devel@gnu.org; Tue, 30 Nov 2004 19:49:03 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CZIW8-0008RX-Kw; Tue, 30 Nov 2004 19:38:49 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id iB10ckTH026277; Wed, 1 Dec 2004 09:38:46 +0900 Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6p2/8.11.6) with ESMTP id iB10cjA07236; Wed, 1 Dec 2004 09:38:45 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id JAA03226; Wed, 1 Dec 2004 09:38:45 +0900 (JST) Original-To: jmarant@nerim.net In-reply-to: <87bre6k65d.fsf@marant.org> (message from =?UTF-8?B?SsOpcsO0?= =?UTF-8?B?bWU=?= Marant on Tue, 09 Nov 2004 23:29:50 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) 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: main.gmane.org gmane.emacs.devel:30555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30555 In article <87bre6k65d.fsf@marant.org>, J=C3=A9r=C3=B4me Marant writes: > Kenichi Handa writes: >> So, my question is: Should Emacs still support pasting form >> an application that uses only a cut buffer? If not, we can >> make x-cut-buffer-or-selection-value not check a cut buffer, >> then, we can store encoded string in a cut buffer by >> x-set-cut-buffer? >>=20 >> Another way is to solve this problem (the comment before >> x-cut-buffer-or-selection-value) not in >> x-cut-buffer-or-selection-value. >>=20 >> ;;; If this function is called twice and finds the same text, >> ;;; it returns nil the second time. This is so that a single >> ;;; selection won't be added to the kill ring over and over. > Hi, > Has anything been decided about fixing this problem? Thanks. Sorry for not responding long time. As I found a simple solution, I've just installed a fix. Please try the latest CVS code. --- Ken'ichi HANDA handa@m17n.org