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: Wed, 15 Jun 2005 17:45:43 +0100 Message-ID: <42B05B37.3070404@gnu.org> References: <42AEC039.10207@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118854802 30293 80.91.229.2 (15 Jun 2005 17:00:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2005 17:00:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 18:59:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DibF4-0003Rv-Hm for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2005 18:59:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DibKJ-0000AK-Qa for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2005 13:05:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DibBs-0004xd-2x for emacs-devel@gnu.org; Wed, 15 Jun 2005 12:56:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DibBg-0004r6-DR for emacs-devel@gnu.org; Wed, 15 Jun 2005 12:56:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DibBg-0004l3-Bq for emacs-devel@gnu.org; Wed, 15 Jun 2005 12:56:24 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dib2J-0001Dn-6O; Wed, 15 Jun 2005 12:46:43 -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 MGCRLXKZ; Wed, 15 Jun 2005 17:43:09 +0100 Original-Received: from 10.10.5.77 ([10.10.5.77] helo=[10.10.5.77]) by ASSP-nospam ; 15 Jun 05 16:43:09 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: 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:38898 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38898 Richard Stallman wrote: > Gnus, compile and grep buffers are lists. They are not really like > hypertext in that there is no or little text to click on that is not > mouse sensitive. This makes it inconvenient to click to set the mouse > position. > >I can't comment on Gnus, which I don't use. In Compilation and Grep >modes, only the file names and line numbers respond to mouse-1. They >also show a mouse face. > > 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.