From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9894: mouse-yank-primary does not set mark Date: Fri, 28 Oct 2011 08:56:14 +0200 Message-ID: <838vo5bo4x.fsf@gnu.org> References: <4avcr9rbtm.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1319785043 25180 80.91.229.12 (28 Oct 2011 06:57:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2011 06:57:23 +0000 (UTC) Cc: 9894@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 28 08:57:15 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RJgNO-0006gz-Gl for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 Oct 2011 08:57:14 +0200 Original-Received: from localhost ([::1]:35011 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJgNO-0000oj-6C for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 Oct 2011 02:57:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJgNL-0000gq-4R for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 02:57:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJgNJ-0008Az-Tp for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 02:57:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJgNJ-0008Ap-Mh for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 02:57:09 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RJgP7-0007WK-NF for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 02:59:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 Oct 2011 06:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9894 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9894-submit@debbugs.gnu.org id=B9894.131978511828874 (code B ref 9894); Fri, 28 Oct 2011 06:59:01 +0000 Original-Received: (at 9894) by debbugs.gnu.org; 28 Oct 2011 06:58:38 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJgOj-0007Vf-SR for submit@debbugs.gnu.org; Fri, 28 Oct 2011 02:58:38 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJgOd-0007VT-Mp for 9894@debbugs.gnu.org; Fri, 28 Oct 2011 02:58:33 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LTR00F00K942Z00@a-mtaout22.012.net.il> for 9894@debbugs.gnu.org; Fri, 28 Oct 2011 08:56:07 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.212.197]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LTR00ENYKLHX440@a-mtaout22.012.net.il>; Fri, 28 Oct 2011 08:56:07 +0200 (IST) In-reply-to: <4avcr9rbtm.fsf@fencepost.gnu.org> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 28 Oct 2011 02:59:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:53237 Archived-At: > From: Glenn Morris > Date: Fri, 28 Oct 2011 00:15:33 -0400 > > Using the mouse, hold down the left mouse button and drag to select the > text "buffer is for" in the scratch buffer. > Release left mouse button, move mouse towards the bottom of the window. > Press middle button to paste the previously selected text. > Press C-x C-x. > The cursor goes to the near the start of the buffer, just after "This". > > Contrast with Emacs 23.3, where the cursor goes to the start of the text > that was just pasted. Perhaps the new behaviour is intentional? Mouse-2 is now bound to a different command than it was in Emacs 23.3, as you well know. Isn't this change part of the selection-related changes in Emacs 24 that the different binding was part of? Pasting with mouse-2 doesn't go through the kill ring now. FWIW, on MS-Windows, "C-x C-x" still goes to the start of the pasted text, but that could be due to the fact that PRIMARY is emulated on w32.