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: Does grep work in Windows Date: Thu, 25 Jan 2007 01:35:35 -0700 Message-ID: References: <1169665941.273735.314820@m58g2000cwm.googlegroups.com> 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: sea.gmane.org 1169714173 24302 80.91.229.12 (25 Jan 2007 08:36:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Jan 2007 08:36:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 25 09:36:12 2007 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.50) id 1HA05b-0006mf-57 for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Jan 2007 09:36:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HA05a-0005q5-KF for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Jan 2007 03:36:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HA05N-0005pz-IS for help-gnu-emacs@gnu.org; Thu, 25 Jan 2007 03:35:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HA05L-0005pm-M5 for help-gnu-emacs@gnu.org; Thu, 25 Jan 2007 03:35:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HA05L-0005pj-E8 for help-gnu-emacs@gnu.org; Thu, 25 Jan 2007 03:35:55 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HA05K-0008SX-To for help-gnu-emacs@gnu.org; Thu, 25 Jan 2007 03:35:55 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HA05C-0004K6-7x for help-gnu-emacs@gnu.org; Thu, 25 Jan 2007 09:35:46 +0100 Original-Received: from c-24-9-156-178.hsd1.co.comcast.net ([24.9.156.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Jan 2007 09:35:46 +0100 Original-Received: from kevin.d.rodgers by c-24-9-156-178.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Jan 2007 09:35:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 57 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-24-9-156-178.hsd1.co.comcast.net User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) In-Reply-To: <1169665941.273735.314820@m58g2000cwm.googlegroups.com> X-detected-kernel: 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:40628 Archived-At: Mirko wrote: > On a related note, (I also use cygwin's grep + emacs), when I use grep, > I cannot follow the grep hits to the files. > > In the *grep* window, I try pressing C-` or Ret on the line containing > the grep hit, but I get the message "No grep hit here". The mode line > reads Grep:exit [matched] > > Although the buffer is in grep mode it seems that none of the > keybindings are active (Ret, Tab, etc.) > > Just in case that it may help, here is a sample output from grep: Indeed, why don't the matched lines mention the line number? `M-x grep' provides the -n option to the grep program by default so that its output lines look like: FILE:LINE NUMBER:TEXT > -*- mode: grep; default-directory: > "d:/my-software-add-ons/my-IDL/Numerics/Calculus-like/" -*- > Grep started at Wed Jan 24 14:05:26 > > e:/cygwin-root/bin/grep.exe function *.pro NUL > DerivTabulated.pro:function > DerivTabulated,X,Y,UseAsinh=UseAsinh,_extra=_extra > DerivTabulated.pro:; functions calculates the derivative of the > tabulated data using > IntTab1DTrapzd.pro:function IntTab1DTrapzd,vx=vx,vy,vdx=vdx > IntTab1DTrapzd.pro:; provided a tabulated function y as function of x > (dimensions N), an > RunningIntegral.pro:function RunningIntegral,x,y,_extra=_extra > SplineDeriv.pro:function > SplineDerivScalar,vxtab,vytab,vy2a,xinterp,iBefore=iBefore > SplineDeriv.pro:function SplineDerivAtTabPoints,vxtab,vytab,vy2a > SplineDeriv.pro:function > SplineDeriv,vxtab,vytab,vy2a,xinterp,aiBefore=aiBefore, $ > SplineDeriv.pro:; given the values of the tabulated function by vxtab > and vytab, and > SplineDeriv.pro:; the second derivatives calculated by spl_init, the > function returns > SplineDeriv.pro:; the derivative of the function at vxinterp > inttab2dtrapzd.pro:function > IntTab2DTrapzd,vx=vx,vy=vy,vdx=vdx,vdy=vdy,mz > inttab2dtrapzd.pro:; provided a tabulated function y as function of x > (dimensions N), an > splineintegral.pro:function > SplineIntegral,x,y,y2a,AtTabulatedPoints=AtTabulatedPoints, _extra = > rXtraKwds > splineintegral.pro:; is set, it returns the cumulative integral of the > function at the > > Grep finished (matches found) at Wed Jan 24 14:05:28 -- Kevin Rodgers Denver, Colorado, USA