From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Bug in Info - can use mouse to click links (w32) Date: Sun, 9 Jan 2005 00:42:49 +0100 Message-ID: <002c01c4f5db$d2a0c110$0200a8c0@sedrcw11488> References: <001201c4f576$5e55bdc0$0200a8c0@sedrcw11488> <01c4f58c$Blat.v2.2.2$5b3764c0@zahav.net.il> <001401c4f5b5$08482cd0$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105229211 1456 80.91.229.6 (9 Jan 2005 00:06:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Jan 2005 00:06:51 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 09 01:06:45 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 1CnQbV-0003Ne-00 for ; Sun, 09 Jan 2005 01:06:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnQmv-0003p4-HU for ged-emacs-devel@m.gmane.org; Sat, 08 Jan 2005 19:18:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnQlp-0003mz-56 for emacs-devel@gnu.org; Sat, 08 Jan 2005 19:17:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnQlm-0003kP-18 for emacs-devel@gnu.org; Sat, 08 Jan 2005 19:17:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnQll-0003k5-LX for emacs-devel@gnu.org; Sat, 08 Jan 2005 19:17:21 -0500 Original-Received: from [81.228.11.112] (helo=av5-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CnQFJ-0003mq-Nq; Sat, 08 Jan 2005 18:43:50 -0500 Original-Received: by av5-2-sn1.fre.skanova.net (Postfix, from userid 502) id 07C8337E56; Sun, 9 Jan 2005 00:43:49 +0100 (CET) Original-Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av5-2-sn1.fre.skanova.net (Postfix) with ESMTP id EDF8E37E4E; Sun, 9 Jan 2005 00:43:48 +0100 (CET) Original-Received: from sedrcw11488 (t3o58p153.telia.com [195.252.56.153]) by smtp3-2-sn1.fre.skanova.net (Postfix) with SMTP id C565E37E47; Sun, 9 Jan 2005 00:43:47 +0100 (CET) Original-To: "Kim F. Storm" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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:32054 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32054 ----- Original Message ----- From: "Kim F. Storm" > > Left-clicking with the mouse on a link in Info does not follow the link. > > I just installed a fix to let mouse-1 follow info links (controlled by > the new mouse-1-click-follows-link feature). Thanks Kim, Very nice, it works!;-) Though this is not easy. I ran "make" and "make install" first, but after that your fix did not show up. Yesterday evening I did a "make bootstrap" etc so I think everything was fresh except for your fix. I am surprised that make did not find it. Should it really be that way? I did a mistake and it could be because of that, but I am not sure. I was testing MSYS to be sure about the problems I have seen earliear. Unfortunately I forgot about it so I was using the MSYS utilities when I did "make"+"make install" above. Even more stupid I did not test the same commands after switching back to the gnuwin32 utilities. I just did "make recompile" in the lisp subdir (and after that the fix worked). Well, I must be tired. I did not either follow my own instructions to always use "tee". So I have no log file. But I would be glad if someone could explain to me. What happened?