From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Mouse copy/paste problem? Date: Sat, 23 Jun 2012 20:55:10 +0800 Message-ID: <87ehp6p4r5.fsf@gnu.org> References: <4FE4DBE3.9080201@alice.it> <83y5nebizq.fsf@gnu.org> <4FE59303.9040008@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340456126 26770 80.91.229.3 (23 Jun 2012 12:55:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Jun 2012 12:55:26 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 23 14:55: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 1SiPs4-0001Nf-El for ged-emacs-devel@m.gmane.org; Sat, 23 Jun 2012 14:55:24 +0200 Original-Received: from localhost ([::1]:48984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiPs4-00009M-F4 for ged-emacs-devel@m.gmane.org; Sat, 23 Jun 2012 08:55:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiPs1-00009B-4c for emacs-devel@gnu.org; Sat, 23 Jun 2012 08:55:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiPrz-00038E-DE for emacs-devel@gnu.org; Sat, 23 Jun 2012 08:55:20 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:52516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiPrz-000389-9m for emacs-devel@gnu.org; Sat, 23 Jun 2012 08:55:19 -0400 Original-Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:52207 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SiPrx-0007wJ-2C; Sat, 23 Jun 2012 08:55:18 -0400 In-Reply-To: <4FE59303.9040008@alice.it> (Angelo Graziosi's message of "Sat, 23 Jun 2012 11:57:23 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:151108 Archived-At: 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?