Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
accept-exact-dirs needs accept-exact to be set to true?
- X-seq: zsh-users 15084
- From: Gowtham M <gowthamgowtham@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: accept-exact-dirs needs accept-exact to be set to true?
- Date: Sun, 30 May 2010 21:21:13 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=xmo//Y9awQxPdBJ5I2XjiSkYFNMSX0fNwUgBBc6u3VM=; b=JaE+wsDpOP1O/Dg6WNNTU7F7lme46nMC3Air714ZNKUdolPdnVszXWvRsoK0ghQX8u MvMJoPxJdePZ+t1XxkPolxDX3LNaPQDk6T2LJXIPeHSvjzyG2HQ+IfCB3mIGr7koy+3M HRFY/KgBYKpowz4KzGuw3IGq+sE13WyCZt7Xc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=suVBCpYcfCXuhMaN0kJXTjWrpO/ovpuwNRqYMJ4nHv8EXCfA9kXF1947YQkx2oWYeM rY0lWNtzvBr5+77FP1e5PfmA8/dfvR9vCn1wyGpvmZQq6S2My2bkJdJpwCaHT2gToDxu Ewl8m+pRSnIyZWSm9o6ywU3mvELk9hMr8jwZ8=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
When zsh attempts completion on /usr/bin/, I do not want it to look for
matches for /usr. Hence, I set accept-exact-dirs to true.
Next, when completing $foo, I want zsh to list the ambiguous matches (like
$foo, $foobar etc.). So, I set accept-exact to false.
However, it appears that accept-exact should be true for accept-exact-dirs
to work. Anything I can do to make it work? Or did I miss anything here?
I am using 4.3.10
Thanks for your time.
- Gowtham
Messages sorted by:
Reverse Date,
Date,
Thread,
Author