From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: follow-link in grep buffer Date: Mon, 21 Feb 2005 17:07:33 -0600 (CST) Message-ID: <200502212307.j1LN7Xo17760@raven.dms.auburn.edu> References: <200502212220.j1LMKEw17231@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109027477 14759 80.91.229.2 (21 Feb 2005 23:11:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2005 23:11:17 +0000 (UTC) Cc: nickrob@snap.net.nz, drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 22 00:11:17 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3Mhk-0002wK-2Y for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 00:11:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3Mym-0008WF-7F for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2005 18:28:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3MuP-0006Ew-8j for emacs-devel@gnu.org; Mon, 21 Feb 2005 18:24:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3MuL-0006DM-SA for emacs-devel@gnu.org; Mon, 21 Feb 2005 18:24:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3MuL-0006Ci-PF for emacs-devel@gnu.org; Mon, 21 Feb 2005 18:24:05 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3MgL-00011e-LN; Mon, 21 Feb 2005 18:09:37 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j1LN9a9N017675; Mon, 21 Feb 2005 17:09:36 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j1LN7Xo17760; Mon, 21 Feb 2005 17:07:33 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: message from Luc Teirlinck on 21 Feb 2005 17:00:15 -0600 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33698 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33698 David Kastrup wrote: I forgot: when we discussed the possible desirable behaviors, was follow-link-on-double-click among it? I believe that setting the option to nil does that. That was, as I already said, the result of misreading `double-click' for mouse-2. If you set it to nil, you have to use mouse-2 to follow links. Sincerely, Luc.