Bug#607603: zsh: Completion of fuser command does not detect psmisc version

2011-01-16 Thread Clint Adams
On Sun, Jan 02, 2011 at 11:17:06AM -0500, gi1242+debianb...@gmail.com wrote: > Should be '(#i)...' not '#(i)...' right? Ugh, yes, sorry. Fixed in CVS. > 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 ne

Bug#607603: zsh: Completion of fuser command does not detect psmisc version

2011-01-02 Thread gi1242+debianbugs
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*, th

Bug#607603: zsh: Completion of fuser command does not detect psmisc version

2010-12-25 Thread Clint Adams
On Mon, Dec 20, 2010 at 12:04:44AM -0500, gi1242+debianb...@gmail.com wrote: > The completion function for fuser tries to determine if fuser is > provided by PSmisc, or other the (less functional) generic Unix version. > It decides by checking the output of "fuser -V" for psmisc. However it > does

Bug#607603: zsh: Completion of fuser command does not detect psmisc version

2010-12-25 Thread Clint Adams
On Mon, Dec 20, 2010 at 12:04:44AM -0500, gi1242+debianb...@gmail.com wrote: > The completion function for fuser tries to determine if fuser is > provided by PSmisc, or other the (less functional) generic Unix version. > It decides by checking the output of "fuser -V" for psmisc. However it > does

Bug#607603: zsh: Completion of fuser command does not detect psmisc version

2010-12-19 Thread gi1242+debianbugs
Package: zsh Version: 4.3.10-14 Severity: normal Tags: patch The completion function for fuser tries to determine if fuser is provided by PSmisc, or other the (less functional) generic Unix version. It decides by checking the output of "fuser -V" for psmisc. However it does not use case insensitiv