Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Fwd: _path_files:17: command not found: _have_glob_qual problem when upgrading from 4.3.1 to 4.3.9
- X-seq: zsh-users 14361
- From: sam reckoner <sam.reckoner@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Fwd: _path_files:17: command not found: _have_glob_qual problem when upgrading from 4.3.1 to 4.3.9
- Date: Thu, 10 Sep 2009 17:13:06 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=M9P0DnlYtlvHteWhMfoiaHqCcwcD//Z0GzVK5X6oNDY=; b=ps55CVjW4SYRJBJRVsrQRUuwPI4y8GARpKBmiZuJYohmFzJeEOxuwJwzmrIE0MxLBC t3b6jSUAG4FZKyHXPOkQkRqeVu1HMcyK6pk2j77uQyfkpz6pOi6CtJYvGODPKIcKuLF/ 5VV9pgdHtEJobpLU7TdJyhc/RImBgo74WtEno=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=UXUC5wpPAS7YFMhiKsX0fYyfrGADRRLaR6U6oyhNE5G1tjhF1hSgrYBtrY9FQbblEO fSnQIcGzERohli/t9VakJ0lyNHcSQg/kGH1We09Tbr1bnPFR5tqQ2GVf4tAQPdj9snwN 6dTJvsePsiT6TLM3SmptkzVLcyj037eKpBh8E=
- In-reply-to: <6a42eec70909041637k6cc12934peb9e81c96213e8d0@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <6a42eec70909041637k6cc12934peb9e81c96213e8d0@xxxxxxxxxxxxxx>
Hi,
I am trying to upgrade from version 4.3.1 to 4.3.9 on windows cygwin,
but I keep getting the following error when I try to complete:
_path_files:17: command not found: _have_glob_qual
here is a piece of my zshrc that I think might be responsible
----------------------------------------
zmodload -i zsh/complist
compinit -C
zstyle ':completion::approximate*:*' insert-unambiguous true
max-errors 2 numeric
zstyle ':completion::correct*:*' max-errors 2 numeric
zstyle ':completion:*' completer _complete _correct _approximate
zstyle ':completion:*' menu select
zstyle ':completion:*' auto-description 'specify: %d'
zstyle ':completion:*:*files' ignored-patterns '*?pyc' '*?lnk'
zstyle ':completion:*' completer _expand _complete
zstyle ':completion:*' menu select yes
zstyle -e ':completion::approximate*:*' max-errors
'reply=($((($#PREFIX+$#SUFFIX)/3)))'
----------------------------------------
any help appreciated.
thanks in advance.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author