[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autotest: --keywords, and test titles
From: |
Paul Eggert |
Subject: |
Re: autotest: --keywords, and test titles |
Date: |
Sat, 11 Mar 2006 23:42:01 -0800 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Ralf Wildenhues <address@hidden> writes:
> It would require us to parse
> -k -keyword
>
> right. Now we get that right _at the moment_, but who knows whether
> someone will suggest getopt-like parsing sometime, where this may be
> ambiguous or at least harder to do right.
It's not formally ambiguous, and getopt does it right. One could well
argue that it's confusing to humans, though. '!' is fine.
Your revised patch looks fine; please install. And thanks again.