zsh-workers
 help / color / mirror / code / Atom feed
* starting completions with =,<,>
@ 2004-07-25 11:42 chris s
  2004-07-25 17:42 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: chris s @ 2004-07-25 11:42 UTC (permalink / raw)
  To: zsh-workers

Hi, I'm trying to add to the functionality of the emerge completion for
gentoo linux. For example,

emerge -p =zsh-4.2.0-r1
emerge -p '>zsh-4.2.0'
emerge -p '<zsh-4.2.0'
emerge -p '>=zsh-4.2.0'
emerge -p zsh

are all valid commands. I saw in the manpage that _values does not
support the equal sign. Unfortunately, that's exactly what I need.

Here's a small working example of what I'm trying to do.
http://home.earthlink.net/~oberyno/data/_emerge
The relevant part being 

'--exact[specify exact version]:*::alt:->exact_ver' 

This is what I'd rather have look like this:

'=[specify exact version]:*::alt:->exact_ver' 

Is there any way to fake this? Thanks for any advice.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-07-28  3:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-25 11:42 starting completions with =,<,> chris s
2004-07-25 17:42 ` Bart Schaefer
2004-07-25 21:39   ` chris s
2004-07-26 13:06     ` chris s
2004-07-26 13:59       ` Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).