emacs-devel
[Top][All Lists]
Advanced

[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.




reply via email to

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