zsh-workers
 help / color / mirror / code / Atom feed
From: chris s <oberyno@gmail.com>
To: zsh-workers@sunsite.dk
Subject: starting completions with =,<,>
Date: Sun, 25 Jul 2004 04:42:41 -0700	[thread overview]
Message-ID: <pan.2004.07.25.11.42.39.666502@gmail.com> (raw)

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.


             reply	other threads:[~2004-07-25 11:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-25 11:42 chris s [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pan.2004.07.25.11.42.39.666502@gmail.com \
    --to=oberyno@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).