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: Mouse copy/paste problem? Date: Fri, 22 Jun 2012 22:56:03 +0200 Message-ID: <4FE4DBE3.9080201@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1340398574 4980 80.91.229.3 (22 Jun 2012 20:56:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2012 20:56:14 +0000 (UTC) To: emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 22 22:56:13 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 1SiAtp-0000hD-OI for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2012 22:56:13 +0200 Original-Received: from localhost ([::1]:42140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiAtp-0001CU-RR for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2012 16:56:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiAtm-0001CJ-ND for emacs-devel@gnu.org; Fri, 22 Jun 2012 16:56:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiAtl-0001Y6-2l for emacs-devel@gnu.org; Fri, 22 Jun 2012 16:56:10 -0400 Original-Received: from smtp209.alice.it ([82.57.200.105]:45370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiAtk-0001XS-Rd for emacs-devel@gnu.org; Fri, 22 Jun 2012 16:56:08 -0400 Original-Received: from [192.168.1.101] (79.51.27.86) by smtp209.alice.it (8.6.023.02) id 4EF08A6314F80A07 for emacs-devel@gnu.org; Fri, 22 Jun 2012 22:56:06 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.105 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:151091 Archived-At: 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. Ciao, Angelo.