From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: mouse-1-click-follows-link Date: Tue, 14 Jun 2005 21:29:23 +0200 Message-ID: <42AF3013.6080506@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118777146 9008 80.91.229.2 (14 Jun 2005 19:25:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Jun 2005 19:25:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 14 21:25:44 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DiH1x-0001B1-Ef for ged-emacs-devel@m.gmane.org; Tue, 14 Jun 2005 21:25:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiH70-0003YB-RZ for ged-emacs-devel@m.gmane.org; Tue, 14 Jun 2005 15:30:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DiH6l-0003Y6-SU for emacs-devel@gnu.org; Tue, 14 Jun 2005 15:29:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DiH6k-0003Xu-7a for emacs-devel@gnu.org; Tue, 14 Jun 2005 15:29:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiH6k-0003Xr-3t for emacs-devel@gnu.org; Tue, 14 Jun 2005 15:29:58 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DiH7h-0001nQ-BL for emacs-devel@gnu.org; Tue, 14 Jun 2005 15:30:57 -0400 Original-Received: from [192.168.123.121] (83.249.205.43) by pne-smtpout2-sn2.hy.skanova.net (7.2.059.6) id 429C53B600330899; Tue, 14 Jun 2005 21:29:24 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: bob@rattlesnake.com 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:38827 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38827 Robert J. Chassell wrote: >mouse-1 should not follow any links -- that action is too > confusing. > >mouse-1 double-click should follow a link > in every mode when point is over a marked link or > in a mode where a whole line is a link. > >mouse-1 should set point. > >As far as I can see, this will be OK both for novices coming and for >experts. > If one makes this addition then I would agree: - if a link looks like a link in a web browser (one or maybe a few underlined words) then mouse-1 should follow the link