emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep.el regexp


From: Juri Linkov
Subject: Re: grep.el regexp
Date: Fri, 22 Jul 2005 21:09:02 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>     but it will recognize lines with the leading number and colon as the
>     column number (look the example in etc/grep.txt).
>
> I don't see any lines in grep.txt which start with a number and a
> colon.  So I don't understand this at all.  Would you please show
> those lines you mean, instead of just describing them?

I meant matching lines which start with a number and a colon in source
files, not in grep.txt.  In grep.txt an example of such case is:

grep -nH -e "Universal Time" ../lispref/*
../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated 
^[[01;31mUniversal Time^[[00m)

================== ==== 
====================================================================
file name         line# matching line

where the file `../lispref/os.texi' contains the line:

0:00 January 1, 1970 UTC (Coordinated ^[[01;31mUniversal Time^[[00m)

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]