Package: zsh Version: 4.3.4-5 Severity: normal /usr/share/zsh/4.3.4/functions/Completion/Debian/_deb_packages contains:
_deb_packages_cache_avail=( ${(f)"$(apt-cache --generate pkgnames)"} ) However, when some source package list doesn't exist, apt-cache outputs warnings to stderr. In the completion code, these warnings go to the terminal. They should be filtered with "2> /dev/null": _deb_packages_cache_avail=( ${(f)"$(apt-cache --generate pkgnames 2> /dev/null)"} ) -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (900, 'testing'), (900, 'stable'), (200, 'unstable') Architecture: powerpc (ppc) Kernel: Linux 2.6.18-3-powerpc Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages zsh depends on: ii debconf [debconf-2.0] 1.5.13 Debian configuration management sy ii libc6 2.5-9 GNU C Library: Shared libraries ii libncurses5 5.6-3 Shared libraries for terminal hand Versions of packages zsh recommends: ii libcap1 1:1.10-14 support for getting/setting POSIX. ii libpcre3 6.7-1 Perl 5 Compatible Regular Expressi -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]