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#6872: 24.0.50; Mouse-2 pastes the wrong text. Date: Thu, 06 Oct 2011 18:12:40 -0400 Message-ID: References: <4C6A28AA.10003@swipnet.se> <87pqxacjou.fsf@stupidchicken.com> <4C721DE1.4050502@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1317939182 15855 80.91.229.12 (6 Oct 2011 22:13:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Oct 2011 22:13:02 +0000 (UTC) Cc: 6872@debbugs.gnu.org To: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 07 00:12:58 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 1RBwBT-0002Xv-Rb for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Oct 2011 00:12:55 +0200 Original-Received: from localhost ([::1]:55518 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBwBT-00020O-3X for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Oct 2011 18:12:55 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBwBQ-000208-Av for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2011 18:12:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBwBP-0002xB-B4 for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2011 18:12:52 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBwBP-0002x6-8D for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2011 18:12:51 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RBwBZ-0002rH-OE for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2011 18:13:01 -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: Thu, 06 Oct 2011 22:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6872 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6872-submit@debbugs.gnu.org id=B6872.131793917410973 (code B ref 6872); Thu, 06 Oct 2011 22:13:01 +0000 Original-Received: (at 6872) by debbugs.gnu.org; 6 Oct 2011 22:12:54 +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 1RBwBS-0002qw-Km for submit@debbugs.gnu.org; Thu, 06 Oct 2011 18:12:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBwBQ-0002qp-Cx for 6872@debbugs.gnu.org; Thu, 06 Oct 2011 18:12:53 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RBwBE-000782-Lt; Thu, 06 Oct 2011 18:12:40 -0400 X-Spook: MD5 Osama ASPIC Saudi Arabia Rule Psix espionage Ceridian X-Ran: <^EQ ("Jan =?UTF-8?Q?Dj=C3=A4rv?="'s message of "Mon, 23 Aug 2010 09:06:09 +0200") 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: Thu, 06 Oct 2011 18:13:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) 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:52325 Archived-At: Was this fixed? The issue described in the original report seems to be gone, but it seems like now the workaround (which is also reasonable behaviour) does not work: emacs -Q -f make-frame C-x b tmp In scratch, left click and drag to select "This buffer is for notes" Use middle button to paste into tmp. Double click on "buffer" in tmp to select it. Left-click somewhere in *scratch*. [1] Middle click in scratch now pastes "This buffer is for notes" rather than the expected "buffer". It works without step [1].