From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: emacs 22.3.1 igrep issue Date: Tue, 23 Mar 2010 23:04:20 -0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1269407131 517 80.91.229.12 (24 Mar 2010 05:05:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2010 05:05:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 24 06:05:26 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 1NuImG-0001kF-JR for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Mar 2010 06:05:14 +0100 Original-Received: from localhost ([127.0.0.1]:39446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuImF-00049Q-W7 for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Mar 2010 01:05:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuIll-00046w-9V for help-gnu-emacs@gnu.org; Wed, 24 Mar 2010 01:04:41 -0400 Original-Received: from [140.186.70.92] (port=58195 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuIlj-00042l-2Q for help-gnu-emacs@gnu.org; Wed, 24 Mar 2010 01:04:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuIlh-0000g3-JX for help-gnu-emacs@gnu.org; Wed, 24 Mar 2010 01:04:38 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:41985) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuIlh-0000fu-C1 for help-gnu-emacs@gnu.org; Wed, 24 Mar 2010 01:04:37 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NuIle-0001bk-74 for help-gnu-emacs@gnu.org; Wed, 24 Mar 2010 06:04:34 +0100 Original-Received: from c-71-237-24-138.hsd1.co.comcast.net ([71.237.24.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Mar 2010 06:04:34 +0100 Original-Received: from kevin.d.rodgers by c-71-237-24-138.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Mar 2010 06:04:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-24-138.hsd1.co.comcast.net User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:72470 Archived-At: Kenneth Goldman wrote: > With a new Windows platform, I'm trying to update emacs from 20.6 to 22.3.1. > > I have to get igrep working. I use it constantly. 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. Hi Ken, I'm the author of igrep. But I stopped maintaining it back in 2005. > 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. igrep was just an interface to Emacs' compile: (compile-internal command (format "No more %s matches" program) "Igrep" nil grep-regexp-alist) So if the *igrep* buffer isn't selected, that's because of Emacs itself. If you have an *igrep* frame, I think you must have frobbed special-display-buffer-names (or similar customization). Also, note that you don't _have_ to select the *igrep* buffer to visit the matches: C-x ` (M-x next-error) works from any buffer. > -*- 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 ... -- Kevin Rodgers Denver, Colorado, USA