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 03:00:31 +0200 Message-ID: <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 1279242073 29642 80.91.229.12 (16 Jul 2010 01:01:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Jul 2010 01:01:13 +0000 (UTC) To: emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 16 03:01:12 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 1OZZId-0003Qi-6u for ged-emacs-devel@m.gmane.org; Fri, 16 Jul 2010 03:01:11 +0200 Original-Received: from localhost ([127.0.0.1]:56417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZZIc-0007TV-Hh for ged-emacs-devel@m.gmane.org; Thu, 15 Jul 2010 21:01:10 -0400 Original-Received: from [140.186.70.92] (port=44568 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZZI5-0007Fo-4N for emacs-devel@gnu.org; Thu, 15 Jul 2010 21:00:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZZI3-0000jI-Hl for emacs-devel@gnu.org; Thu, 15 Jul 2010 21:00:36 -0400 Original-Received: from smtp207.alice.it ([82.57.200.103]:41699) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZZI3-0000ir-D4 for emacs-devel@gnu.org; Thu, 15 Jul 2010 21:00:35 -0400 Original-Received: from [82.57.170.239] (82.57.170.239) by smtp207.alice.it (8.5.124.08) id 4C1A26CF01E361E3 for emacs-devel@gnu.org; Fri, 16 Jul 2010 03:00:32 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 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:127400 Archived-At: 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'. Ciao, Angelo.