From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Bug in Info - can use mouse to click links (w32) Date: Sat, 08 Jan 2005 16:13:22 +0200 Message-ID: <01c4f58c$Blat.v2.2.2$5b3764c0@zahav.net.il> References: <001201c4f576$5e55bdc0$0200a8c0@sedrcw11488> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1105195195 19715 80.91.229.6 (8 Jan 2005 14:39:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Jan 2005 14:39:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 08 15:39:48 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 1CnHkq-0005XE-00 for ; Sat, 08 Jan 2005 15:39:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnHwF-0006aG-I3 for ged-emacs-devel@m.gmane.org; Sat, 08 Jan 2005 09:51:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnHv7-00066L-GY for emacs-devel@gnu.org; Sat, 08 Jan 2005 09:50:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnHua-0005xm-Ev for emacs-devel@gnu.org; Sat, 08 Jan 2005 09:49:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnHuX-0005wf-4l for emacs-devel@gnu.org; Sat, 08 Jan 2005 09:49:49 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CnHNh-0004xI-Nc for emacs-devel@gnu.org; Sat, 08 Jan 2005 09:15:53 -0500 Original-Received: from zaretski (IGLD-83-130-209-249.inter.net.il [83.130.209.249]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AFS94640 (AUTH halo1); Sat, 8 Jan 2005 16:15:48 +0200 (IST) Original-To: "Lennart Borgman" X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <001201c4f576$5e55bdc0$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) 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:32036 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32036 > From: "Lennart Borgman" > Date: Sat, 8 Jan 2005 12:22:23 +0100 > > 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.). I guess we could make mouse-1 do the same, unless mouse-1 is taken by some important feature. > The links at the top of the Info pages are an exception. Left-clicking with > the mouse on those follows the links. Also by design.