Package: zsh
Version: 4.3.10-12
Severity: important

Using zsh-mime-setup I have no completions for, say, django:

$ zsh -f
laptop% autoload -U compinit;compinit
laptop% ./manage.py
tags in context :completion::complete:manage.py::
    argument-1 options  (_arguments _django (eval)) 
    subcommands         (_describe _django (eval))

This time I have pressed <C-x>,h. In case of <TAB>, completions works well:

laptop% ./manage.py
cleanup           -- remove old data from the database
compilemessages   -- compile .po files to .mo for use with gettext
....

If then I load zsh-mime-setup, django completions became disabled:

laptop% autoload -U zsh-mime-setup; zsh-mime-setup
laptop% ./manage.py
tags in context :completion::complete:zsh-mime-handler::
    all-files  (_files _default (eval))

And by TAB I have just the following:
laptop% ./manage.py
apps/                    extras/                  media/                   
settings_local.py*
....




-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable'), (300, 'testing'), (200, 'unstable'), (100, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsh depends on:
ii  libc6                     2.10.2-6       Embedded GNU C Library: Shared lib
ii  libcap2                   2.11-2         support for getting/setting POSIX.
ii  libncursesw5              5.7+20100313-2 shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libc6                         2.10.2-6   Embedded GNU C Library: Shared lib
ii  libpcre3                      7.8-3      Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
pn  zsh-doc                       <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to