Phil Edwards <[EMAIL PROTECTED]> writes:

> On Thu, Jul 24, 2003 at 02:44:12PM -0500, Raja R Harinath wrote:
>> 
>> That's strange.  It is implemented by a grep.
>> 
>>       foreach (split (/\W+/))
>>         {
>>           $prohibited{$_} = $.
>>             if /$forbidden/o && !/$allowed/o && ! exists $prohibited{$_};
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
>>         }
[snip]

>     m4_pattern_forbid([target_alias], ...)
>
> which only reports its own line in the error text.

That's probably because it's been rate-limited.  Only one error per
forbidden word, it appears.

- Hari
-- 
Raja R Harinath ------------------------------ [EMAIL PROTECTED]


Reply via email to