From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Mouse copy/paste problem? Date: Sat, 23 Jun 2012 10:11:21 +0300 Message-ID: <83y5nebizq.fsf@gnu.org> References: <4FE4DBE3.9080201@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1340435487 24408 80.91.229.3 (23 Jun 2012 07:11:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Jun 2012 07:11:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 23 09:11:26 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SiKVB-0003jP-Vj for ged-emacs-devel@m.gmane.org; Sat, 23 Jun 2012 09:11:26 +0200 Original-Received: from localhost ([::1]:57906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiKVB-0003cN-Km for ged-emacs-devel@m.gmane.org; Sat, 23 Jun 2012 03:11:25 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiKV8-0003cF-Q3 for emacs-devel@gnu.org; Sat, 23 Jun 2012 03:11:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiKV7-0006hj-1u for emacs-devel@gnu.org; Sat, 23 Jun 2012 03:11:22 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:50412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiKV6-0006hS-Kt for emacs-devel@gnu.org; Sat, 23 Jun 2012 03:11:20 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M62000006H0S200@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 23 Jun 2012 10:11:18 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M62000996MUGG70@a-mtaout22.012.net.il>; Sat, 23 Jun 2012 10:11:18 +0300 (IDT) In-reply-to: <4FE4DBE3.9080201@alice.it> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151104 Archived-At: > Date: Fri, 22 Jun 2012 22:56:03 +0200 > From: Angelo Graziosi > > Just for completeness... > > With trunk, at least > 108548 (june 10, 2012), copy/pasting with mouse > doesn't seem to work. To reproduce: > > emacs -Q & > > In the "scratch" buffer double click on the word "then" (start 3rd row). > Then move to the end of the row, i.e. after "buffer." and paste with > mouse-2 (wheel). It pastes "then enter the text in that file's own > buffer." and not "then". Repeating several tries, it never pastes > correctly but garbage. The same happens if one select the words dragging > the mouse. With trunk 108548 (the last revision I have backed up) it > works fine. > > This happens with trunk builds on GNU/Linux (K)Ubuntu 12.04, Fedora 16, > and on Cygwin. Doesn't happen in the native Windows build of revno 108682. But the native Windows build doesn't have a real primary selection, so I'm not sure this is relevant.