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: Fri, 17 Jun 2005 14:46:46 -0400 Message-ID: References: <42AEC039.10207@gnu.org> <42B05B37.3070404@gnu.org> <877jgtrxct.fsf@jurta.org> <42B2CB41.1000806@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119035154 1826 80.91.229.2 (17 Jun 2005 19:05:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 19:05:54 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 21:05:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DjM9P-0008PD-IH for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 21:05:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjMF4-0004r3-VN for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 15:11:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjMAk-0002eM-7Z for emacs-devel@gnu.org; Fri, 17 Jun 2005 15:06:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjM9A-00028l-TV for emacs-devel@gnu.org; Fri, 17 Jun 2005 15:05:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjM96-0001y6-0q for emacs-devel@gnu.org; Fri, 17 Jun 2005 15:04:52 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DjLuD-0001dx-Ka for emacs-devel@gnu.org; Fri, 17 Jun 2005 14:49:29 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DjLra-0006Ce-F3; Fri, 17 Jun 2005 14:46:54 -0400 Original-To: Jason Rumney In-reply-to: <42B2CB41.1000806@gnu.org> (message from Jason Rumney on Fri, 17 Jun 2005 14:08:17 +0100) 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:39039 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39039 Yes, mouse-1 follows links in both Gnus and Info. grep and compile do not work. In addition, the highlighting in some lines of the grep output seems to be wrong. It seems that when the line does not have any preceding whitespace, the highlight extends out past the filename and line number, sometimes to the whole line, but I've seen partial lines (perhaps due to some character that is matching the regexp) and I think I've seen lines with no highlighting as well. Can you send a test case for any of these problems?