From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: mouse-1-click-follows-link Date: Fri, 17 Jun 2005 14:08:17 +0100 Message-ID: <42B2CB41.1000806@gnu.org> References: <42AEC039.10207@gnu.org> <42B05B37.3070404@gnu.org> <877jgtrxct.fsf@jurta.org> 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 1119015058 30656 80.91.229.2 (17 Jun 2005 13:30:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 13:30:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 15:30:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DjGus-0000F5-P9 for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 15:29:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjH0V-0004eY-0s for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 09:35:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjGxP-0003rk-LA for emacs-devel@gnu.org; Fri, 17 Jun 2005 09:32:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjGxI-0003oC-KN for emacs-devel@gnu.org; Fri, 17 Jun 2005 09:32:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjGuP-0002t9-2t for emacs-devel@gnu.org; Fri, 17 Jun 2005 09:29:21 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DjGbN-0001un-5J for emacs-devel@gnu.org; Fri, 17 Jun 2005 09:09:41 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id MGCRLZ37; Fri, 17 Jun 2005 14:05:39 +0100 Original-Received: from 10.10.5.77 ([10.10.5.77] helo=[10.10.5.77]) by ASSP-nospam ; 17 Jun 05 13:05:39 -0000 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Juri Linkov In-Reply-To: <877jgtrxct.fsf@jurta.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: news.gmane.org gmane.emacs.devel:39013 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39013 Juri Linkov wrote: >>For me, the filename and line number shows the highlight face on >>mouse-over in grep buffers, but none of the line responds to mouse-1. >>The whole line responds to mouse 2. mouse-1-click-follow-links is at its >>default setting of 450, and I am not aware of any other customizations >>that affect this. This must be a bug, I think. >> >> > >I'm aware that currently there are too large areas for mouse-1 clicking >in grep buffers. This could be fixed after reaching some consensus. >But not responding to mouse-1 is something that I can't reproduce. >Do you have mouse-1 working in other mouse-1 sensitive buffers >like Info? > > 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. Running M-x compile with the same grep command does not have this problem.