Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_path_files:17: command not found: _have_glob_qual problem when upgrading from 4.3.1 to 4.3.9
- X-seq: zsh-users 14343
- From: sam reckoner <sam.reckoner@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: _path_files:17: command not found: _have_glob_qual problem when upgrading from 4.3.1 to 4.3.9
- Date: Fri, 4 Sep 2009 16:37:56 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=M9P0DnlYtlvHteWhMfoiaHqCcwcD//Z0GzVK5X6oNDY=; b=oUJqYWnGJzrcn/O/Ddi1sQvFQnC5IqoydxoIcyAi3ssPEaOaFoBaDdsp3mxLuTyCN7 bEQWWjUfNTZ/AUiCwKMO7FqezYCVuNwWFCtZI1KARPJaecDYhSlapwJqAnSSyDv0wAp3 ZgmOL6eW2D/oa5qPR9h7q4LTYQNpblauJZFVM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=wI9pCM2vP8ofvoGJcpMvStCwgWOefzhuDjG9Ctm0F+SL5L0piCGz+SSktaOQgGPQcX 0Dxe9wivn7+cKWHbSL4Y0O9i8Pe+RDkg6H0g9nDz/L2aQM3OXVQXGUCySzRjyCj8AVsu 5Sx54vLNltlEtVFdo/DNSSNEiY/WJRiZLBURQ=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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