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:


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

Reply via email to