From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: mouse-1-click-follows-link doesn'tgovern behavior in Customize] Date: Mon, 06 Nov 2006 00:02:06 -0500 Message-ID: References: <874ptlfumq.fsf@stupidchicken.com> <87k629lqgg.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 1162789454 12131 80.91.229.2 (6 Nov 2006 05:04:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 05:04:14 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 06 06:04:13 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 1GgweZ-0006Dc-Cu for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 06:04:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgweY-0006RK-WE for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 00:04:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ggwd2-0005Fs-2O for emacs-devel@gnu.org; Mon, 06 Nov 2006 00:02:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ggwd1-0005FF-4S for emacs-devel@gnu.org; Mon, 06 Nov 2006 00:02:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ggwd0-0005F9-UV for emacs-devel@gnu.org; Mon, 06 Nov 2006 00:02:34 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ggwcr-0000kr-Mr for emacs-devel@gnu.org; Mon, 06 Nov 2006 00:02:25 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GgwcY-0000OT-Sd; Mon, 06 Nov 2006 00:02:06 -0500 Original-To: Chong Yidong In-reply-to: <87k629lqgg.fsf@stupidchicken.com> (message from Chong Yidong on Sun, 05 Nov 2006 13:05:03 -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:61851 Archived-At: > Could we change cus-edit.el to make a link instead of a widget? > But changing widget-documentation-link-add, say? At the Lisp level, the custom-group-link widgets behave rather differently from ordinary links used in, e.g., the *Help* buffer. I believe you, but aren't we talking about two different questions? You're talking about how link widgets look and operate, and thus addressing the possibility of changing how they look or how they operate. I am talking about the possibility of replacing the link widgets with ordinary links. Can't this be done with a localized change in widget-documentation-link-add?