From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Selection changes Date: Fri, 16 Jul 2010 14:14:23 +0200 Message-ID: <4C404D1F.8090307@alice.it> References: <4C3FAF2F.8060700@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1279282484 17031 80.91.229.12 (16 Jul 2010 12:14:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Jul 2010 12:14:44 +0000 (UTC) Cc: tim.vanholder@gmail.com To: emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 16 14:14:39 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OZjoL-0005yD-7F for ged-emacs-devel@m.gmane.org; Fri, 16 Jul 2010 14:14:37 +0200 Original-Received: from localhost ([127.0.0.1]:56074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZjoK-0002s3-L0 for ged-emacs-devel@m.gmane.org; Fri, 16 Jul 2010 08:14:36 -0400 Original-Received: from [140.186.70.92] (port=37889 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZjoE-0002qL-IO for emacs-devel@gnu.org; Fri, 16 Jul 2010 08:14:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZjoD-0000jH-Dr for emacs-devel@gnu.org; Fri, 16 Jul 2010 08:14:30 -0400 Original-Received: from smtp208.alice.it ([82.57.200.104]:40643) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZjoD-0000ij-3a for emacs-devel@gnu.org; Fri, 16 Jul 2010 08:14:29 -0400 Original-Received: from [82.57.168.88] (82.57.168.88) by smtp208.alice.it (8.5.124.08) id 4C1A271601EAFF9D; Fri, 16 Jul 2010 14:14:26 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: <4C3FAF2F.8060700@alice.it> X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:127427 Archived-At: On Cygwin, I can confirm all is desribed here [*]. Another recipe, for Cygwin, is: emacs -Q & double click (mouse-1) on a word, for example 'buffer'. With the down arrow go to the bottom of the buffer and then C-y: it takes about 4-5 second, and the mouse cursor switches to its "please wait" (clock). On *Kubuntu 10.04* the things are a little different but wrong in any case. Following the step described here[*], at point 4) it pastes casual text, usually what is found in the clipboard. For example, adding the step 0): 0) with your browser, copy a link address with mouse-3 | 'Copy link address' menu item. At step 4), it pastes the link, not the scartch buffer comment! As described here [*], all seems to work as expected, if one adds (setq x-select-clipboard-enable nil) to .emacs file. Ciao, Angelo. --- [*] http://lists.gnu.org/archive/html/bug-gnu-emacs/2010-07/msg00429.html Il 16/07/2010 3.00, Angelo Graziosi ha scritto: > Chong Yidong wrote: >> I believe that this change should be pretty much seamless, but let me >> know if there is any problems. >> > > After these changes something is not working rightly with Copy/Paste. > Nor on GNU/Linux Kubuntu nor on Cygwin (both GTK build of trunk). > > On Kubuntu often it paste the wrong test (both using C-y and mouse-2). > Only after playing with it some time, it seems to work. > > On Cygwin, *usually*, using C-y is slower. If I select some test with > the mouse then, when I type C-y to paste it, I get 'Mark set' in the > minibuffer, and the text is pasted only after 5-10 second (the 'clock' > shows up). Using mouse-2, instead, seems to work fine. > > Not always, one can reproduce the above exactly :(. > > In both systems I have started Emacs with 'emacs -Q'.