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: Mouse copy/paste problem? Date: Sat, 23 Jun 2012 19:07:08 +0200 Message-ID: <4FE5F7BC.8050502@alice.it> References: <4FE4DBE3.9080201@alice.it> <83y5nebizq.fsf@gnu.org> <4FE59303.9040008@alice.it> <87ehp6p4r5.fsf@gnu.org> 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 1340471246 31121 80.91.229.3 (23 Jun 2012 17:07:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Jun 2012 17:07:26 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 23 19:07:25 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 1SiTns-0001kM-TX for ged-emacs-devel@m.gmane.org; Sat, 23 Jun 2012 19:07:21 +0200 Original-Received: from localhost ([::1]:59584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiTns-00043F-M1 for ged-emacs-devel@m.gmane.org; Sat, 23 Jun 2012 13:07:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiTnq-00043A-H2 for emacs-devel@gnu.org; Sat, 23 Jun 2012 13:07:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiTnp-0001De-0B for emacs-devel@gnu.org; Sat, 23 Jun 2012 13:07:18 -0400 Original-Received: from smtp207.alice.it ([82.57.200.103]:48119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiTnk-0001Cd-6W; Sat, 23 Jun 2012 13:07:12 -0400 Original-Received: from [192.168.1.101] (80.183.93.134) by smtp207.alice.it (8.6.023.02) id 4FE34D23003E2096; Sat, 23 Jun 2012 19:07:09 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 In-Reply-To: <87ehp6p4r5.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.103 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:151114 Archived-At: Il 23/06/2012 14.55, Chong Yidong ha scritto: > Angelo Graziosi writes: > >> Now in the "scratch" buffer I select the word "then" at the start of >> 3rd row *holding down* the SHIF key and moving with right arrow, >> i.e. not using mouse. Then with mouse-1 I go to the end of >> "buffer.". Clicking with mouse-2 (wheel) I get "then enter the text in >> that file's own buffer." pasted. Instead, if I move at the end of >> "buffer." with arrow key and there I paste with mouse-2, I correctly >> get "then". >> >> In other words, if I use the mouse *only* for pasting and not for >> select the text and moving the pointer, I get the right behavior. > > I just committed a fix to this part of the code. Can you try again and > see if the problem persists? > Now it seems fixed! Thanks, Angelo.