From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: follow-link not on mouse-face Date: Sun, 23 Oct 2005 00:42:31 -0400 Message-ID: References: <87ll0n11ey.fsf@jurta.org> <87pspzm0ou.fsf@pacem.orebokech.com> <87zmp2q1pl.fsf@jurta.org> <87br1hwxyd.fsf@pacem.orebokech.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1130042779 20041 80.91.229.2 (23 Oct 2005 04:46:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2005 04:46:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 23 06:46:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETXiE-0002pM-2e for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2005 06:44:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETXiD-0005wZ-GA for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2005 00:44:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ETXgp-0005Rq-76 for emacs-devel@gnu.org; Sun, 23 Oct 2005 00:42:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ETXgo-0005RX-DC for emacs-devel@gnu.org; Sun, 23 Oct 2005 00:42:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETXgn-0005RS-Ml for emacs-devel@gnu.org; Sun, 23 Oct 2005 00:42:33 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ETXgn-0003PV-RO for emacs-devel@gnu.org; Sun, 23 Oct 2005 00:42:33 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ETXgl-0003O3-Az; Sun, 23 Oct 2005 00:42:31 -0400 Original-To: Romain Francoise In-reply-to: <87br1hwxyd.fsf@pacem.orebokech.com> (message from Romain Francoise on Sat, 22 Oct 2005 14:14:18 +0200) 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:44599 Archived-At: I think we should simply remove all special properties from the context lines: they're just context and do not really mean anything wrt the match itself. When you click on a context line, point moves to the match line in the buffer, not to the line you clicked in the Occur buffer, which doesn't make much sense. I agree, as regards those context lines. With the following patch, mouse actions and highlighting are put on the match line only, which solves the problem. The change you described about context lines does not solve the problem, as I understand the problem. I thought the problem was about the line numbers on match lines. Your patch has the effect of turning off Mouse-1 on the line numbers of match lines. Whether that is desirable is the question we were discussing, and we had not reached a conclusion yet.