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: mouse-1-click-follows-link Date: Thu, 16 Jun 2005 00:08:36 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118895036 9509 80.91.229.2 (16 Jun 2005 04:10:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2005 04:10:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 16 06:10:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dilhl-0002Y1-QF for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2005 06:10:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Diln6-00042h-RH for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2005 00:15:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dilmn-00040g-4e for emacs-devel@gnu.org; Thu, 16 Jun 2005 00:15:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dilmi-0003yF-JW for emacs-devel@gnu.org; Thu, 16 Jun 2005 00:15:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dilmh-0003uz-WB for emacs-devel@gnu.org; Thu, 16 Jun 2005 00:15:20 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dili1-0008Ce-8t for emacs-devel@gnu.org; Thu, 16 Jun 2005 00:10:29 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DilgC-0003NM-2U; Thu, 16 Jun 2005 00:08:36 -0400 Original-To: "Drew Adams" In-reply-to: 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:38927 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38927 1) Whether the behavior should always be the same in each buffer or should possibly vary by buffer. If the latter, should this be user-changeable (e.g. local values) or not? It should be the same in all buffers. There are other ways for specific modes to control what are links to follow. If the mode sets up no links, mouse-1 will never follow links. 2) What the default value should be. The current default is right--we discussed that extensively a few months ago.