Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bugs in _arguments ?
- X-seq: zsh-workers 11482
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Chmouel Boudjnah <chmouel@xxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Bugs in _arguments ?
- Date: Mon, 22 May 2000 00:50:47 +0000
- In-reply-to: <m21z2w9go0.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <m21z2w9go0.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
On May 21, 3:27pm, Chmouel Boudjnah wrote:
} Subject: Bugs in _arguments ?
}
} Maybe i missed something but _arguments don't do his job, thing like :
}
} rpm -ba --[tab]
When I do that, I get:
Completing `build', `spec file', `file', or `corrections'
So somewhere else there is an argument spec for '-ba' that says the next
argument can't be an option. ^X? is your friend; it indicates that the
actual problem is in the `build_b' state in _rpm, and not in _arguments.
However, I'm not up to trying to fix it at the moment ...
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author