Bug#579117: zsh: lsusb -s completion error

2010-04-25 Thread arno renevier
Package: zsh Version: 4.3.10-11 Severity: minor Hi, when trying to use completion after typing lsusb -s I get following error: gzip: /var/lib/usbutils/usb.ids: not in gzip format This is probably related to bug #448803 regards arno -- System Information: Debian Release: squeeze/sid APT

Bug#579117: zsh: lsusb -s completion error

2010-04-25 Thread Clint Adams
On Sun, Apr 25, 2010 at 03:10:41PM +0200, arno renevier wrote: when trying to use completion after typing lsusb -s I get following error: gzip: /var/lib/usbutils/usb.ids: not in gzip format This is probably related to bug #448803 Anyone have an idea better than using a zstyle to avoid zcat?

Bug#579117: zsh: lsusb -s completion error

2010-04-25 Thread Mikael Magnusson
On 25 April 2010 16:27, Clint Adams cl...@zsh.org wrote: On Sun, Apr 25, 2010 at 04:17:49PM +0200, Mikael Magnusson wrote: Anyone have an idea better than using a zstyle to avoid zcat? On my system (gentoo), the file is /usr/share/misc/usb.ids. (there's both the .ids and .ids.gz there). So

Bug#579117: zsh: lsusb -s completion error

2010-04-25 Thread Clint Adams
On Sun, Apr 25, 2010 at 04:17:49PM +0200, Mikael Magnusson wrote: Anyone have an idea better than using a zstyle to avoid zcat? On my system (gentoo), the file is /usr/share/misc/usb.ids. (there's both the .ids and .ids.gz there). So the .ids is also uncompressed on Gentoo? -- To

Bug#579117: zsh: lsusb -s completion error

2010-04-25 Thread Clint Adams
On Sun, Apr 25, 2010 at 04:30:14PM +0200, Mikael Magnusson wrote: Yeah, the .ids file is uncompressed, and the .ids.gz file is gzipped. I'm going to presume that everyone has switched to uncompressed due to HAL craziness, and do this Index: Completion/Linux/Command/_lsusb