From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9894: mouse-yank-primary does not set mark Date: Fri, 28 Oct 2011 00:15:33 -0400 Message-ID: <4avcr9rbtm.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1319775380 6393 80.91.229.12 (28 Oct 2011 04:16:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2011 04:16:20 +0000 (UTC) To: 9894@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 28 06:16:17 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 1RJdrc-0007c6-Gn for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 Oct 2011 06:16:16 +0200 Original-Received: from localhost ([::1]:39672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJdrb-0002AX-PX for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 Oct 2011 00:16:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJdrY-0002AR-Dn for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 00:16:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJdrX-00005M-Ak for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 00:16:12 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJdrX-00005G-5Q for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 00:16:11 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RJdtK-0003re-Df for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 00:18:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 Oct 2011 04:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 9894 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.131977545214805 (code B ref -1); Fri, 28 Oct 2011 04:18:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 28 Oct 2011 04:17:32 +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 1RJdsn-0003qg-Pg for submit@debbugs.gnu.org; Fri, 28 Oct 2011 00:17:32 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJdsl-0003qZ-1b for submit@debbugs.gnu.org; Fri, 28 Oct 2011 00:17:28 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RJdqv-0005ed-Am; Fri, 28 Oct 2011 00:15:33 -0400 X-Spook: doctrine RSA smuggle Freeh event security rail gun X-Ran: TP5WT-2\f1tPEctwMi(rE.]Oh7s;V3"sR2!7&|0(-W';p(WC[dZ"ACKIiXrMAXR$PhdjhV X-Hue: green X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 28 Oct 2011 00:18:02 -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:53236 Archived-At: Package: emacs Version: 24.0.90 emacs -Q 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?