Bug#381842: Bug triage

2008-12-30 Thread Vincent Lefevre
On 2008-12-30 14:15:35 +, Clint Adams wrote: > On Tue, Dec 30, 2008 at 12:44:09PM +0100, Vincent Lefevre wrote: > > > +if _deb_packages_cache_avail=( > > >${(f)"$(apt-cache --generate pkgnames 2>/dev/null)"} > > > -) > > > +); then > > > + unset _deb_packages_cache_avai

Bug#381842: Bug triage

2008-12-30 Thread Clint Adams
On Tue, Dec 30, 2008 at 12:44:09PM +0100, Vincent Lefevre wrote: > > +if _deb_packages_cache_avail=( > >${(f)"$(apt-cache --generate pkgnames 2>/dev/null)"} > > -) > > +); then > > + unset _deb_packages_cache_avail > > +fi Sorry, what I had meant was if ! _deb_pac

Bug#381842: Bug triage

2008-12-30 Thread Vincent Lefevre
On 2008-12-30 04:55:14 +, Clint Adams wrote: > Index: Completion/Debian/Type/_deb_packages > === > RCS file: /cvsroot/zsh/zsh/Completion/Debian/Type/_deb_packages,v > retrieving revision 1.8 > diff -u -r1.8 _deb_packages > --- Comp

Bug#381842: Bug triage

2008-12-30 Thread Vincent Lefevre
On 2008-12-30 13:38:12 +0100, Vincent Lefevre wrote: > There's still the possibility to replace > > ${+_deb_packages_cache_installed} -eq 0 > > by > > -n "$+_deb_packages_cache_installed" Oops, I meant: -z "$+_deb_packages_cache_installed" -- Vincent Lefèvre - Web:

Bug#381842: Bug triage

2008-12-30 Thread Vincent Lefevre
On 2008-12-30 04:55:14 +, Clint Adams wrote: > Index: Completion/Debian/Type/_deb_packages > === > RCS file: /cvsroot/zsh/zsh/Completion/Debian/Type/_deb_packages,v > retrieving revision 1.8 > diff -u -r1.8 _deb_packages > --- Comp

Bug#381842: Bug triage

2008-12-29 Thread Clint Adams
On Mon, Dec 29, 2008 at 06:40:33PM -0500, Matt Wozniski wrote: > Seems that not defining the variable when the function that defined it > was interrupted would be best, if it's not too tough to implement. > Regarding an empty variable as invalid is still better than allowing > an empty variable, bu

Bug#381842: Bug triage

2008-12-29 Thread Richard Hartmann
On Tue, Dec 30, 2008 at 00:35, Vincent Lefevre wrote: > found 381842 4.3.6-7 For easy reference: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=381842 > I can reproduce it all the time on my powerpc machine, but not on > x86_64 (but perhaps because this x86_64 machine is so fast I cannot > t

Bug#381842: Bug triage

2008-12-29 Thread Matt Wozniski
On 12/29/08, Vincent Lefevre wrote: > reopen 381842 > found 381842 4.3.6-7 > thanks > > On 2008-12-29 22:11:49 +0100, Richard Hartmann wrote: > > I am triaging bugs against zsh in Debian's BTS. > > zsh 4.3.6 does not show this behaviour, any more. > > > > Re-open if I made a mistake, please.

Bug#381842: Bug triage

2008-12-29 Thread Vincent Lefevre
reopen 381842 found 381842 4.3.6-7 thanks On 2008-12-29 22:11:49 +0100, Richard Hartmann wrote: > I am triaging bugs against zsh in Debian's BTS. > zsh 4.3.6 does not show this behaviour, any more. > > Re-open if I made a mistake, please. The bug occurs when one types Ctrl-C at the first dpkg co