From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenneth Goldman Newsgroups: gmane.emacs.help Subject: Re: emacs 22.3.1 igrep issue Date: Tue, 23 Mar 2010 21:32:34 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; Boundary="0__=0ABBFC63DF9B9D918f9e8a93df938690918c0ABBFC63DF9B9D91" X-Trace: dough.gmane.org 1269394403 4191 80.91.229.12 (24 Mar 2010 01:33:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2010 01:33:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 24 02:33:16 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NuFT9-0006Hw-G5 for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Mar 2010 02:33:15 +0100 Original-Received: from localhost ([127.0.0.1]:34370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuFT8-0000LU-SU for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Mar 2010 21:33:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuFSk-0000LF-TA for help-gnu-emacs@gnu.org; Tue, 23 Mar 2010 21:32:50 -0400 Original-Received: from [140.186.70.92] (port=46054 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuFSj-0000Kn-3X for help-gnu-emacs@gnu.org; Tue, 23 Mar 2010 21:32:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuFSh-0006AP-D2 for help-gnu-emacs@gnu.org; Tue, 23 Mar 2010 21:32:49 -0400 Original-Received: from e31.co.us.ibm.com ([32.97.110.149]:46587) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuFSh-0006A5-7L for help-gnu-emacs@gnu.org; Tue, 23 Mar 2010 21:32:47 -0400 Original-Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by e31.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id o2O1NccO028754 for ; Tue, 23 Mar 2010 19:23:38 -0600 Original-Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o2O1WcMu110552 for ; Tue, 23 Mar 2010 19:32:41 -0600 Original-Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o2O1Z9U4003170 for ; Tue, 23 Mar 2010 19:35:09 -0600 Original-Received: from d01ml604.pok.ibm.com (d01ml604.pok.ibm.com [9.56.227.90]) by d03av06.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id o2O1Z9Gu003165 for ; Tue, 23 Mar 2010 19:35:09 -0600 In-Reply-To: X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 X-MIMETrack: Serialize by Router on D01ML604/01/M/IBM(Release 8.5.1HF41 | October 22, 2009) at 03/23/2010 21:32:37 Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:72467 Archived-At: --0__=0ABBFC63DF9B9D918f9e8a93df938690918c0ABBFC63DF9B9D91 Content-type: text/plain; charset=US-ASCII Lennart Borgman wrote on 03/23/2010 05:49:54 PM: > > I have to get igrep working. I use it constantly. > > What does it do that lgrep and rgrep does not do? I don't know lgrep and rgrep. I installed igrep years ago. Are those better? Basically, I put the cursor over a word and hit a keystroke, it creates an *igrep* windows, searching for that word. Then I can I can use next-error to step through the matches. > > I see this error. I can > > stay > > on 20.6, but it seems like a good time to upgrade if I can get everything > > working. > > > > 1 - The first few lines of output look like this, which means I can't > > immediately start > > stepping through. I have to click on the igrep frame first. > > I can't understand what you mean. What did you expect? Those 3 lines (the ones with the mode, the date, and the blank) confuse next-error. > > > -*- mode: igrep; default-directory: "f:/emacs/" -*- > > Igrep started at Tue Mar 23 15:33:32 > > > > grep -n -i -e copy f:/emacs/*.el NUL > > ... and then the matches ... --0__=0ABBFC63DF9B9D918f9e8a93df938690918c0ABBFC63DF9B9D91 Content-type: text/html; charset=US-ASCII Content-Disposition: inline

Lennart Borgman <lennart.borgman@gmail.com> wrote on 03/23/2010 05:49:54 PM:

> > I have to get igrep working. I use it constantly.
>
> What does it do that lgrep and rgrep does not do?


I don't know lgrep and rgrep.  I installed igrep years ago.  Are those
better?  Basically, I put the cursor over a word and hit a keystroke,
it creates an *igrep* windows, searching for that word.  Then I can I
can use next-error to step through the matches.

> > I see this error. I can
> > stay
> > on 20.6, but it seems like a good time to upgrade if I can get everything
> > working.
> >
> > 1 - The first few lines of output look like this, which means I can't
> > immediately start
> > stepping through. I have to click on the igrep frame first.
>
> I can't understand what you mean. What did you expect?


Those 3 lines (the ones with the mode, the date, and the blank)
confuse next-error.

>
> > -*- mode: igrep; default-directory: "f:/emacs/" -*-
> > Igrep started at Tue Mar 23 15:33:32
> >
> > grep -n -i -e copy f:/emacs/*.el NUL
> > ... and then the matches ...

--0__=0ABBFC63DF9B9D918f9e8a93df938690918c0ABBFC63DF9B9D91--