Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Buggy ignore-line feature on certain filenames?
- X-seq: zsh-users 14266
- From: Joerg Schmalfuss <tyberion@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Buggy ignore-line feature on certain filenames?
- Date: Wed, 29 Jul 2009 00:03:47 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=E8bDn3btMMGeA6ODNgqC6Q+6fqlDPux6bycezjmgZro=; b=KqH+l5Z0NWHJjiGUjHwqE66kEa/wiWtMtFRXsEhhccbO1Rp3flnh0wIKeaKMElvvpa aAmrA9NanxYezj260ZxqFm+XUwz5qdoN6qJSXMX21aV5MlP9OaZpOzOstrF6aJZMISuB PZCmdga90wuUyviuRkxHKk/MIe4Wuh/zZWNCE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=m8ea64WJ+TCR2GdtqkjWoYqdsBve5hM0fFIZ+KFt2uiP2rFQT8Yxgmkftsm9C2rJI+ hSrMfSWmW7LO6fl/HYHNmkE4gEE7XGO7rBAVFqbFgSXhWvuIAFsxtoR8+Wmf04OiXnEy mzSAw1Jd3kONw7mYaaqBw76SMnhZpvwtxefGM=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
hey there...
I think I just found a bug concerning the
zstyle ':completion:*:*:command:*' ignore-line yes
feature function...
I spent the whole day thinking I was doing something wrong but in the end... it turns out for this one not to be able to handle certain filenames..
To be exact - if you got multiple filenames starting with a [Â they wont get removed from the completition list.
So if you want to try it out.. simply apply that line above... then
mkdir test
cd !$
touch \[AA\]{01..10}\[BB\]12345.avi
and then try to use autocomplete - use mplayer for example instead of command.....
mplayer <tab>01<tab>
mplayer <tab><tab>Â (you will still be able to see the file 01 there - or with CTRL-D)
I tried with several zsh versions - without success...
still, ZSH is just the best!
best regards,
j.Schmalfuss
Messages sorted by:
Reverse Date,
Date,
Thread,
Author