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: Sat, 18 Jun 2005 23:51:04 -0400 Message-ID: References: <42AEC039.10207@gnu.org> <42B05B37.3070404@gnu.org> <877jgtrxct.fsf@jurta.org> <87u0jvoo94.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119153168 11556 80.91.229.2 (19 Jun 2005 03:52:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Jun 2005 03:52:48 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 19 05:52:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DjqrM-0007mQ-Po for ged-emacs-devel@m.gmane.org; Sun, 19 Jun 2005 05:52:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjqxJ-00057y-Am for ged-emacs-devel@m.gmane.org; Sat, 18 Jun 2005 23:58:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Djqw7-0004hW-FP for emacs-devel@gnu.org; Sat, 18 Jun 2005 23:57:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Djqw2-0004f1-SG for emacs-devel@gnu.org; Sat, 18 Jun 2005 23:57:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Djqw1-0004dA-QA for emacs-devel@gnu.org; Sat, 18 Jun 2005 23:57:25 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Djqsg-0007dQ-37 for emacs-devel@gnu.org; Sat, 18 Jun 2005 23:53:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Djqps-0003jP-Pc; Sat, 18 Jun 2005 23:51:04 -0400 Original-To: Juri Linkov In-reply-to: <87u0jvoo94.fsf@jurta.org> (message from Juri Linkov on Sat, 18 Jun 2005 16:54:47 +0300) 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:39097 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39097 Perhaps this means that you have grep matches highlighting turned off (either your grep doesn't support grep markers or `grep-highlight-matches' is nil). It is nil for me. So that explains why I don't see the problem. It also gives a guide for how to deal with this issue: change grep mode to do what's intended. Did your latest changes do that?