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: [drew.adams@oracle.com: mouse-1-click-follows-link doesn'tgovern behavior in Customize] Date: Mon, 30 Oct 2006 14:53:17 -0500 Message-ID: <874ptlfumq.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162238583 2836 80.91.229.2 (30 Oct 2006 20:03:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 20:03:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 21:03:00 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 1GedC8-00012T-PQ for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 20:53:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GedC8-0006I6-As for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 14:53:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GedBu-0006HX-Ps for emacs-devel@gnu.org; Mon, 30 Oct 2006 14:53:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GedBp-0006Dp-7m for emacs-devel@gnu.org; Mon, 30 Oct 2006 14:53:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GedBo-0006Dc-S3 for emacs-devel@gnu.org; Mon, 30 Oct 2006 14:52:56 -0500 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GedBp-0007zJ-02 for emacs-devel@gnu.org; Mon, 30 Oct 2006 14:52:57 -0500 Original-Received: by cyd (Postfix, from userid 1000) id 56C7E4E437; Mon, 30 Oct 2006 14:53:17 -0500 (EST) Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Mon\, 30 Oct 2006 07\:16\:45 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) 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:61412 Archived-At: "Drew Adams" writes: > > Would someone please DTRT, then ack? > > The buttons in the customize buffer are not links; they are buttons. > > Please read the bug description. > This is linked text in the doc string; it is not a button. OTOH, it is not straightforward to implement the mouse-1-click-follows-link behavior for widgets, including link widgets: in particular, the part where holding the button down for a certain time causes point to move. In any case, I don't think we should think about this until after the release.