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: grep.el regexp Date: Sat, 23 Jul 2005 20:01:18 -0400 Message-ID: References: <87psuipj8b.fsf@jurta.org> <87k6kme6sp.fsf@jurta.org> <87aclb2w0m.fsf@jurta.org> <873br3xaum.fsf-monnier+emacs@gnu.org> <87u0jh6cwq.fsf-monnier+emacs@gnu.org> <87y88fwpu7.fsf@jurta.org> <87vf3iawo6.fsf@jurta.org> <874qaqpw8t.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1122163581 25340 80.91.229.2 (24 Jul 2005 00:06:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Jul 2005 00:06:21 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 24 02:06:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DwU0I-0000Qj-Ep for ged-emacs-devel@m.gmane.org; Sun, 24 Jul 2005 02:06:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DwU2V-0002nj-DZ for ged-emacs-devel@m.gmane.org; Sat, 23 Jul 2005 20:08:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DwTzk-0001kh-8s for emacs-devel@gnu.org; Sat, 23 Jul 2005 20:05:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DwTzj-0001kQ-Am for emacs-devel@gnu.org; Sat, 23 Jul 2005 20:05:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DwTyE-00014E-35 for emacs-devel@gnu.org; Sat, 23 Jul 2005 20:03:54 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DwU69-0005xL-7N for emacs-devel@gnu.org; Sat, 23 Jul 2005 20:12:05 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DwTvi-0000YF-42; Sat, 23 Jul 2005 20:01:18 -0400 Original-To: Juri Linkov In-reply-to: <874qaqpw8t.fsf@jurta.org> (message from Juri Linkov on Tue, 19 Jul 2005 18:59:46 +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:41174 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41174 After adding the underline attribute to compilation and grep faces now some non-navigational messages are displayed as links. This is misleading. Please see examples of such messages in the section `* Miscellaneous' in etc/compilation.txt, and `* GNU grep 2.5.1: other messages' in etc/grep.txt, and try to move the mouse pointer over link-like underlined parts. I fixed most of this, but Binary file 2005-06 matches still matches wrong. Can you debug that?