From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Bug in Info - can use mouse to click links (w32) Date: Sat, 08 Jan 2005 22:22:45 -0500 Message-ID: References: <001201c4f576$5e55bdc0$0200a8c0@sedrcw11488> <01c4f58c$Blat.v2.2.2$5b3764c0@zahav.net.il> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1105242058 24494 80.91.229.6 (9 Jan 2005 03:40:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Jan 2005 03:40:58 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 09 04:40:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CnTwg-0002Lu-00 for ; Sun, 09 Jan 2005 04:40:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnU87-00075h-Bs for ged-emacs-devel@m.gmane.org; Sat, 08 Jan 2005 22:52:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnU6m-0006bk-7j for emacs-devel@gnu.org; Sat, 08 Jan 2005 22:51:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnU38-0005m1-NW for emacs-devel@gnu.org; Sat, 08 Jan 2005 22:47:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnU37-0005fP-17 for emacs-devel@gnu.org; Sat, 08 Jan 2005 22:47:29 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CnTfI-0005ou-Nh for emacs-devel@gnu.org; Sat, 08 Jan 2005 22:22:52 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CnTfB-0004Ug-Q7; Sat, 08 Jan 2005 22:22:45 -0500 Original-To: Eli Zaretskii , storm@cua.dk In-reply-to: <01c4f58c$Blat.v2.2.2$5b3764c0@zahav.net.il> (eliz@gnu.org) 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: main.gmane.org gmane.emacs.devel:32063 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32063 > Left-clicking with the mouse on a link in Info does not follow the link. I > suppose they should so I consider this an error. FWIW, this is by design. In Emacs, mouse-2 follows a link (any link, including those in Dired, *Help* and *Compilation* buffers, etc.). Since we have decided to make mouse-1 follow links, and have implemented this for most kinds of links, we ought to implement it for these links as well unless there is some specific problem in doing so.