Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#607603: zsh: Completion of fuser command does not detect psmisc version
- X-seq: zsh-workers 28565
- From: gi1242+debianbugs@xxxxxxxxx
- To: Clint Adams <clint@xxxxxxx>, 607603@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxx
- Subject: Re: Bug#607603: zsh: Completion of fuser command does not detect psmisc version
- Date: Sun, 2 Jan 2011 11:17:06 -0500
- In-reply-to: <20101225152237.GA22176@xxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20101220050442.GA26195@xxxxxxxxxxxxxx> <20101225152237.GA22176@xxxxxxxx>
Hi Clint,
Looks like there's a typo in your patch below:
> -if _pick_variant -c $words[1] psmisc=psmisc unix -V; then
> +if _pick_variant -c $words[1] psmisc='#(i)psmisc' unix -V; then
Should be '(#i)...' not '#(i)...' right?
Thanks,
GI
PS: I started using zsh 2 weeks ago. It is *AWESOME*, thanks a TON. I'm
migrating my custom completions over from tcsh, and have a few new
zsh completions, and corrections to old completions to contribute.
What is the best way to post them? Debian bugzilla, or the mailing
list?
--
The short fortuneteller who escaped from prison was a small medium at
large.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author