From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: mouse-1-click-follows-link Date: Sun, 12 Jun 2005 19:51:46 +1200 Message-ID: <17067.59794.984974.659746@farnswood.snap.net.nz> 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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118564414 12644 80.91.229.2 (12 Jun 2005 08:20:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Jun 2005 08:20:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 12 10:20:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DhNhN-0007Wp-8r for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2005 10:20:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhNlt-00071S-Mc for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2005 04:24:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DhNSw-00028B-KT for emacs-devel@gnu.org; Sun, 12 Jun 2005 04:05:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DhNSp-00027d-Sq for emacs-devel@gnu.org; Sun, 12 Jun 2005 04:05:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhNQt-0001pI-PV for emacs-devel@gnu.org; Sun, 12 Jun 2005 04:03:04 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DhNF7-0004d1-Qs for emacs-devel@gnu.org; Sun, 12 Jun 2005 03:50:54 -0400 Original-Received: from farnswood.snap.net.nz (p104-tnt2.snap.net.nz [202.124.108.104]) by viper.snap.net.nz (Postfix) with ESMTP id 1539553B74C; Sun, 12 Jun 2005 19:50:03 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id D5B7B62A99; Sun, 12 Jun 2005 08:51:47 +0100 (BST) Original-To: Daniel Brockman In-Reply-To: <87u0k4x3s5.fsf@wigwam.deepwood.net> X-Mailer: VM 7.19 under Emacs 22.0.50.68 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:38618 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38618 > > Some like grep, seem to cover a lot of the buffer. I'm not saying > > that you can't get round it, just that it requires thought. > > Good point. I'm much less sure that it's good in the case of grep. > Maybe it could work to put a little jump button next to each entry, > instead of using each whole line as a link? Though that wouldn't be > good for keyboard users... What if there was a button for clicking, > but you could also press RET anywhere on a line to follow the link? 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. Nick