From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Highlighting in grep buffer Date: Wed, 7 Apr 2004 11:16:53 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1081362313 917 80.91.224.253 (7 Apr 2004 18:25:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2004 18:25:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 07 20:25:04 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBHjU-0000eQ-00 for ; Wed, 07 Apr 2004 20:25:04 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBHjT-0007oV-00 for ; Wed, 07 Apr 2004 20:25:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BBHht-00031M-1w for emacs-devel@quimby.gnus.org; Wed, 07 Apr 2004 14:23:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BBHeq-0001kD-O8 for emacs-devel@gnu.org; Wed, 07 Apr 2004 14:20:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BBHeF-0001MH-Ey for emacs-devel@gnu.org; Wed, 07 Apr 2004 14:20:12 -0400 Original-Received: from [141.146.126.231] (helo=agminet04.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BBHeD-0001Hv-LS; Wed, 07 Apr 2004 14:19:37 -0400 Original-Received: from rgmgw5.us.oracle.com (rgmgw5.us.oracle.com [138.1.191.14]) by agminet04.oracle.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id i37IGufB004396; Wed, 7 Apr 2004 11:17:42 -0700 Original-Received: from rgmgw5.us.oracle.com (localhost [127.0.0.1]) by rgmgw5.us.oracle.com (Switch-2.1.5/Switch-2.1.0) with ESMTP id i37IGtE18135; Wed, 7 Apr 2004 12:16:55 -0600 (MDT) Original-Received: from dradamslap (dradams-lap.us.oracle.com [130.35.177.126]) by rgmgw5.us.oracle.com (Switch-2.1.5/Switch-2.1.0) with SMTP id i37IGsE18108; Wed, 7 Apr 2004 12:16:54 -0600 (MDT) Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21318 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21318 Sorry, I don't have the resources to help on this. I understand that the Emacs 21 code (compile.el, grep.el) is quite different from the Emacs 20 code. My changes were quite minor and straightforward (in the Emacs 20 code), so I think it should be clear how they work. I didn't try to do anything fancy (e.g. parse grep options) or anything optimal in terms of performance, so you will likely prefer to rewrite my way of doing things, in any case. I offer my code as a suggestion of what might be done, not necessarily a model of the way to do it. I'm sorry I can't be more help. If there's any confusion about my code (unlikely - it's minor-league), I'll be glad to answer questions. Drew -----Original Message----- From: Richard Stallman [mailto:rms@gnu.org] Sent: Wednesday, April 07, 2004 10:46 AM To: Drew Adams Cc: emacs-devel@gnu.org Subject: Re: Highlighting in grep buffer FYI - This was part of the Emacs 20 code I sent previously (files compile-.el and compile+.el). Could you adapt that specific feature to the new compile.el and grep.el code? Then we could install it.