From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#9894: mouse-yank-primary does not set mark Date: Sat, 29 Oct 2011 14:09:06 +0800 Message-ID: <87sjmctjlp.fsf@gnu.org> References: <4avcr9rbtm.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319868616 9951 80.91.229.12 (29 Oct 2011 06:10:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2011 06:10:16 +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 Sat Oct 29 08:10:12 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 1RK27P-0001lw-RA for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2011 08:10:11 +0200 Original-Received: from localhost ([::1]:41287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK27P-0006Ye-2H for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2011 02:10:11 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK27K-0006WJ-Or for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 02:10:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RK27J-0002Vh-6c for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 02:10:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK27J-0002Up-50 for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 02:10:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RK29C-0000VW-9F for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 02:12:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 29 Oct 2011 06:12:02 +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.13198686741884 (code B ref 9894); Sat, 29 Oct 2011 06:12:02 +0000 Original-Received: (at 9894) by debbugs.gnu.org; 29 Oct 2011 06:11:14 +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 1RK28Q-0000UK-Gw for submit@debbugs.gnu.org; Sat, 29 Oct 2011 02:11:14 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RK28O-0000UC-8V for 9894@debbugs.gnu.org; Sat, 29 Oct 2011 02:11:12 -0400 Original-Received: from [155.69.18.173] (port=56721 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RK26T-0004by-1X; Sat, 29 Oct 2011 02:09:13 -0400 In-Reply-To: <4avcr9rbtm.fsf@fencepost.gnu.org> (Glenn Morris's message of "Fri, 28 Oct 2011 00:15:33 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 29 Oct 2011 02:12: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:53278 Archived-At: Glenn Morris writes: > 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". Thanks, fixed.