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: Sun, 12 Jun 2005 15:57:42 -0400 Message-ID: References: <17066.8325.936620.610082@farnswood.snap.net.nz> <874qc5y7tn.fsf@wigwam.deepwood.net> <17066.46346.199146.88972@farnswood.snap.net.nz> <87u0k4x3s5.fsf@wigwam.deepwood.net> <17067.59794.984974.659746@farnswood.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118606223 13594 80.91.229.2 (12 Jun 2005 19:57:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Jun 2005 19:57:03 +0000 (UTC) Cc: daniel@brockman.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 12 21:56:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DhYZZ-0000RB-Ib for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2005 21:56:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhYeD-0004qm-NI for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2005 16:01:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DhYcj-0004BN-6y for emacs-devel@gnu.org; Sun, 12 Jun 2005 16:00:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DhYcd-00047T-Le for emacs-devel@gnu.org; Sun, 12 Jun 2005 15:59:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhYcc-00045q-JX for emacs-devel@gnu.org; Sun, 12 Jun 2005 15:59:54 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DhYbo-0001D3-Ju for emacs-devel@gnu.org; Sun, 12 Jun 2005 15:59:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DhYaU-0005TV-FJ; Sun, 12 Jun 2005 15:57:42 -0400 Original-To: Nick Roberts In-reply-to: <17067.59794.984974.659746@farnswood.snap.net.nz> (message from Nick Roberts on Sun, 12 Jun 2005 19:51:46 +1200) 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:38663 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38663 In the compilation buffer mouse-face (and therefore mouse-1) only works on the file and line number while mouse-2 and RET work for the whole line. It would help if grep also worked this way. That seems like a good suggestion. Would someone like to implement it?