[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grep.el regexp
From: |
Richard M. Stallman |
Subject: |
Re: grep.el regexp |
Date: |
Thu, 23 Jun 2005 12:53:59 -0400 |
This approach has one problem: different rules in grep-regexp-alist
are not mutually exclusive, so information from different regexps can
appear in grep buffers from similar regexps. In the worst case
this can cause subsequent calls of `next-error' revisiting the
same source line several times for each of separate regexps.
If that can happen, it is a bug in compile.el.
It should never find more than one match on any given line.
- Re: grep.el regexp, Richard Stallman, 2005/06/19
- Re: grep.el regexp, Juri Linkov, 2005/06/22
- Re: grep.el regexp,
Richard M. Stallman <=
- 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