From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sean O'Rourke" Newsgroups: gmane.emacs.devel Subject: Re: mouse-1-click-in-non-selected-windows Date: Mon, 05 Mar 2007 09:35:03 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173128159 2967 80.91.229.12 (5 Mar 2007 20:55:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Mar 2007 20:55:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 05 21:55:51 2007 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.50) id 1HOKDj-0004Rk-7z for ged-emacs-devel@m.gmane.org; Mon, 05 Mar 2007 21:55:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOKDj-0005JP-2e for ged-emacs-devel@m.gmane.org; Mon, 05 Mar 2007 15:55:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOH5d-0007w2-QL for emacs-devel@gnu.org; Mon, 05 Mar 2007 12:35:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOH5b-0007vq-Sz for emacs-devel@gnu.org; Mon, 05 Mar 2007 12:35:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOH5b-0007vn-Oe for emacs-devel@gnu.org; Mon, 05 Mar 2007 12:35:11 -0500 Original-Received: from outbound1.ucsd.edu ([132.239.1.205]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HOH5Z-00052Q-NH; Mon, 05 Mar 2007 12:35:10 -0500 Original-Received: from smtp.ucsd.edu (smtp.ucsd.edu [132.239.1.49]) by outbound1.ucsd.edu (8.13.6/8.13.6) with ESMTP id l25HZ6MT016062; Mon, 5 Mar 2007 09:35:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; s=2007001; d=ucsd.edu; c=simple; q=dns; b=pcD8RPsYRLMBemKIIO/wWE9vzCPb1V91jk4mOOpBHsBRcWDlOoPI7MvpDGGbbMHce W71MvWlfPPbES9AgToXiw== Original-Received: from localhost ([128.54.220.221]) by smtp.ucsd.edu (8.13.6/8.13.4) with ESMTP id l25HZ4lF075626; Mon, 5 Mar 2007 09:35:05 -0800 (PST) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (darwin) X-detected-kernel: FreeBSD 6.x (1) X-Mailman-Approved-At: Mon, 05 Mar 2007 15:54:28 -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:67370 Archived-At: Richard Stallman writes: > I believe this change is necessary to make > mouse-1-click-in-non-selected-windows consistent with > mouse-1-click-follows-link when the latter is set to nil (which > is the case later around line 919). > > What evidence is there that this change is needed? > Both of the callers of mouse mouse-on-link-p > test mouse-1-click-follows-link first. Sorry to have wasted your time. I ran into an annoying case, in a GNUS article buffer, of mouse-1-click following a link despite mouse-1-click-follows-link being nil, and thought this fixed it. However, widget.el and wid-edit.el are to blame, not mouse-1-click-in-non-selected-windows; they have their own idea of what mouse-1 on links should do. /s