From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "spamfilteraccount@gmail.com" Newsgroups: gmane.emacs.help Subject: Re: Nested grep Date: 15 Nov 2006 08:47:22 -0800 Organization: http://groups.google.com Message-ID: <1163609242.275999.77440@m7g2000cwm.googlegroups.com> References: <1163572544.461009.178410@f16g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1163612631 4470 80.91.229.2 (15 Nov 2006 17:43:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Nov 2006 17:43:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 15 18:43:50 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GkOm3-00032X-6H for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Nov 2006 18:42:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GkOlx-0001fr-Sj for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Nov 2006 12:42:05 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m7g2000cwm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 84.2.179.229 Original-X-Trace: posting.google.com 1163609247 9979 127.0.0.1 (15 Nov 2006 16:47:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 15 Nov 2006 16:47:27 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.01 (Windows NT 5.0; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m7g2000cwm.googlegroups.com; posting-host=84.2.179.229; posting-account=b98TkQ0AAAD7PsllN8gfWGRoPOPWdnv4 Original-Xref: shelby.stanford.edu gnu.emacs.help:143120 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38738 Archived-At: Drew Adams =EDrta: > > > > Thanks, I'll try it when the emacs 21 version comes out. I hope you > > still support it. :) > > Not sure what you mean > > grep+.el is only for Emacs 22. Prior to Emacs 22, grep was handled in > standard library compile.el, not grep.el. > > For Emacs prior to 22, you have compile-20.el and compile+20.el. For Emacs > 22 you have grep+.el, compile-.el, and compile+.el. I was under the impression that the packages you describe on the http://www.emacswiki.org/cgi-bin/emacs/GrepPlus page implement the GrepPlus functionality for emacs21 and earlier, and also for emacs22. You made this modification in grep+.el which is for emacs 22. I thought you would add the same functionality to compile-20.el or compile+20.el, so that these enhancements can be used on emacs21 too.