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: Selection changes Date: Thu, 22 Jul 2010 18:05:43 -0400 Message-ID: <87k4onmatk.fsf@stupidchicken.com> References: <87ocea2ax1.fsf@stupidchicken.com> <4C40FCEC.9030404@harpegolden.net> <87pqym2a4r.fsf@catnip.gol.com> <4C411552.40003@harpegolden.net> <87eif2n7d7.fsf@stupidchicken.com> <878w5a23ax.fsf@catnip.gol.com> <04B92DEADC9D46F38CB42B91679795DE@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279836543 12702 80.91.229.12 (22 Jul 2010 22:09:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Jul 2010 22:09:03 +0000 (UTC) Cc: 'David De La Harpe Golden' , emacs-devel@gnu.org, 'Miles Bader' To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 23 00:08:59 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oc3wp-0008VX-4t for ged-emacs-devel@m.gmane.org; Fri, 23 Jul 2010 00:08:59 +0200 Original-Received: from localhost ([127.0.0.1]:36240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oc3wn-00033j-6F for ged-emacs-devel@m.gmane.org; Thu, 22 Jul 2010 18:08:57 -0400 Original-Received: from [140.186.70.92] (port=42696 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oc3wT-00030V-9u for emacs-devel@gnu.org; Thu, 22 Jul 2010 18:08:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oc3tj-0003rl-W4 for emacs-devel@gnu.org; Thu, 22 Jul 2010 18:05:48 -0400 Original-Received: from pantheon-po45.its.yale.edu ([130.132.50.79]:51859) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oc3tg-0003ql-QC; Thu, 22 Jul 2010 18:05:44 -0400 Original-Received: from furry (dhcp128036014221.central.yale.edu [128.36.14.221]) (authenticated bits=0) by pantheon-po45.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o6MM5hG1008048 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 22 Jul 2010 18:05:43 -0400 Original-Received: by furry (Postfix, from userid 1000) id A6BE2C013; Thu, 22 Jul 2010 18:05:43 -0400 (EDT) In-Reply-To: <04B92DEADC9D46F38CB42B91679795DE@us.oracle.com> (Drew Adams's message of "Thu, 22 Jul 2010 14:21:25 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127662 Archived-At: > The latest build I have of Emacs is completely broken wrt yanking with > mouse-2 - see bugs 6689, 6694, 6701,.... I have not paid attention to > this thread, but I cannot ignore a blown-away mouse. The specific problem you encountered apparently comes from the way the Windows port emulates a primary selection. This will need some updating for the current changes. This kind of snag is to be expected; the development sources are not stable releases. Thanks for the bug report.