Your message dated Thu, 08 Sep 2005 11:32:31 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#311020: fixed in zsh 4.2.5-19
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 May 2005 21:15:10 +0000
>From [EMAIL PROTECTED] Fri May 27 14:15:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from stedding.loria.fr (localhost.localdomain) [152.81.8.164] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DbmAg-0000Cw-00; Fri, 27 May 2005 14:15:10 -0700
Received: from glisse by localhost.localdomain with local (Exim 4.50)
        id 1DbmAA-0008VQ-VC
        for [EMAIL PROTECTED]; Fri, 27 May 2005 23:14:38 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Marc Glisse <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: zsh: buggy _man completion
X-Mailer: reportbug 3.8
Date: Fri, 27 May 2005 23:14:38 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: zsh
Version: 4.2.5-7
Severity: minor


These are actually 2 bugs:

1)
When I use TAB completion with man, a _manpath array is created. If I
then update $MANPATH, $manpath reflects this change, but however many
times I use the completion on man again, _manpath is not updated, and
completion uses the old MANPATH.

2)
extract from _man:
  # Remove any compression suffix, then remove the minimum possible string
  # beginning with .<->: that handles problem cases like files called
  # `POSIX.1.5'.

  compadd "$@" - ${pages%.(?|<->*)}

I have a man page called "qui-6.0.1". If I run this command manually,
it indeed gives "qui-6.0". But when I use TAB completion, I see "qui-6".
So either an option is different, or the suffix gets removed some other
place... Notice that if the page is called "qui-6.0.1.gz", it works fine.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages zsh depends on:
ii  debconf                 1.4.30.13        Debian configuration management sy
ii  libc6                   2.3.2.ds1-22     GNU C Library: Shared libraries an
ii  libncurses5             5.4-4            Shared libraries for terminal hand
ii  passwd                  1:4.0.3-31sarge5 change and administer password and

-- debconf information:
  zsh/rcmove:

---------------------------------------
Received: (at 311020-close) by bugs.debian.org; 8 Sep 2005 18:40:06 +0000
>From [EMAIL PROTECTED] Thu Sep 08 11:40:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EDRCJ-00032a-00; Thu, 08 Sep 2005 11:32:31 -0700
From: Clint Adams <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#311020: fixed in zsh 4.2.5-19
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 08 Sep 2005 11:32:31 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: zsh
Source-Version: 4.2.5-19

We believe that the bug you reported is fixed in the latest version of
zsh, which is due to be installed in the Debian FTP archive:

zsh-doc_4.2.5-19_all.deb
  to pool/main/z/zsh/zsh-doc_4.2.5-19_all.deb
zsh_4.2.5-19.diff.gz
  to pool/main/z/zsh/zsh_4.2.5-19.diff.gz
zsh_4.2.5-19.dsc
  to pool/main/z/zsh/zsh_4.2.5-19.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams <[EMAIL PROTECTED]> (supplier of updated zsh package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  8 Sep 2005 13:38:02 -0400
Source: zsh
Binary: zsh zsh-static zsh-doc
Architecture: source all
Version: 4.2.5-19
Distribution: unstable
Urgency: high
Maintainer: Clint Adams <[EMAIL PROTECTED]>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description: 
 zsh        - A shell with lots of features
 zsh-doc    - zsh documentation - info/HTML format
 zsh-static - A shell with lots of features (static link)
Closes: 311020
Changes: 
 zsh (4.2.5-19) unstable; urgency=high
 .
   * Have man(1) completion better handle uncompressed man pages
     whose filenames contain multiple digits separated by periods.
     closes: #311020.
   * Add completion for bzr(1).
   * ZW#21678: fix crash when unsetting tied parameters.
   * ZW#21701: fix handling of negative offsets that indexed before
     the statr of a scalar.
Files: 
 2f2a376398c1dd9c22bda1f7a64f3d4e 692 shells optional zsh_4.2.5-19.dsc
 50f2b2d0277226dc1fb3f48dde722a17 338277 shells optional zsh_4.2.5-19.diff.gz
 d6ed16c669a97eebce464254239eeb6d 672782 shells optional 
zsh-doc_4.2.5-19_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Debian!

iD8DBQFDIIH65m0u66uWM3ARAsX4AJ9AeD3rvDwd69tKrSHHfEYgMITc6QCguXZx
sXlX3C+bJMRnrPaq8JJLDno=
=M2dG
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to