[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grep.el regexp
From: |
Richard Stallman |
Subject: |
Re: grep.el regexp |
Date: |
Sun, 19 Jun 2005 23:50:08 -0400 |
I guess the original regexp was created to match different grep output
formats. From this regexp I can deduce such formats that use space or
tab as a separator between file name, line number and source line.
I can't tell is it right to drop support for those formats.
I think that if we wrote a separate regexp for each kind of grep, all
together they would match a lot fewer different strings than the
current regexp does, and they would be much easier to understand.
- Re: grep.el regexp,
Richard Stallman <=
- Re: grep.el regexp, Juri Linkov, 2005/06/22
- Re: grep.el regexp, Richard M. Stallman, 2005/06/23
- Re: grep.el regexp, Juri Linkov, 2005/06/27
- Re: grep.el regexp, Stefan Monnier, 2005/06/28
- Re: grep.el regexp, Richard M. Stallman, 2005/06/28
- Re: grep.el regexp, Stefan Monnier, 2005/06/28
- Re: grep.el regexp, Richard M. Stallman, 2005/06/29
- Re: grep.el regexp, Stefan Monnier, 2005/06/30
- Re: grep.el regexp, Richard M. Stallman, 2005/06/28