From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: mouse-1-click-follows-link and mime messages Date: Wed, 08 Feb 2006 14:05:02 -0500 Message-ID: References: <87acd48bhi.fsf@stupidchicken.com> <87acd3mx3u.fsf@pacem.orebokech.com> <877j86929j.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139437422 18736 80.91.229.2 (8 Feb 2006 22:23:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2006 22:23:42 +0000 (UTC) Cc: romain@orebokech.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 08 23:23:41 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6xim-00065B-J6 for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 23:23:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6xil-0005p3-BH for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 17:23:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6uoL-0001rm-7K for emacs-devel@gnu.org; Wed, 08 Feb 2006 14:17:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6ugc-0007G9-Qp for emacs-devel@gnu.org; Wed, 08 Feb 2006 14:09:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6uch-0005gE-I4 for emacs-devel@gnu.org; Wed, 08 Feb 2006 14:05:03 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6ug4-0007wn-RI for emacs-devel@gnu.org; Wed, 08 Feb 2006 14:08:32 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F6ucg-0003if-OX; Wed, 08 Feb 2006 14:05:02 -0500 Original-To: Chong Yidong In-reply-to: <877j86929j.fsf@stupidchicken.com> (message from Chong Yidong on Tue, 07 Feb 2006 18:29:12 -0500) 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:50219 Archived-At: > * mouse.el (mouse-drag-region-1): When remapping mouse-1 to > mouse-2, go back to previously selected window, so it's selected > when mouse-2 command runs. Looks like this affects all `link' widgets. For instance, clicking on the links in the Customize buffer does not work if another window is selected. The change I made is correct in principle. When the mouse-2 command finally gets run, the selected window should not have been altered by the translation mechanism. The event says which window was clicked on. The selected window should be the one that was selected by the user. It sounds like the command that handles mouse-2 on a link needs fixing.