Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_subscript quotes too much
- X-seq: zsh-workers 24800
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: _subscript quotes too much
- Date: Wed, 9 Apr 2008 02:08:15 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=QnCvF1XrecQuvWnbrpwLefkigu/VVvmsM3JPY1+AthA=; b=Axz48iHxjszbBIEOlKFCase6P20jX0KMYJtfOdRTtqJ99V2+FQ7d6ZzQwDrb6YENgT/D+SVjYYuvkUgYKRQjqHVZhInsugjCeuSxX4Rdo0OpjoJv02/DoY9p9l0P5RzXNBANzYOLKRDZ1VNWauSiwnkN4FfchUGR3NIDizfk9WY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TZ6Z8AP8rqw/HscMhDJLAgHBi+/Ei2zjASSFFfK3vUbmVUKU1zh05NVSdSmJoOJta3pWNDG2EIjfthjfvBcG0/vN4jm77Gxd1HtCZyoJmuG+5cFzQwcNCvsenh3z5fK3JCsxWDw7mQD+l0rqTMBo6f7L5hEwJQ+f883IPKZB+z4=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
% zsh -f
% autoload -U compinit; compinit
% typeset -A foo
% foo[bar]=baz
% foo[*.txt]=blue
% echo $foo[<tab><tab><tab>
% echo $foo[\*.txt]
% echo $foo[*.txt]
blue
I had a look at _subscript but it didn't mean much to me. I thought
maybe there was a (q) too many but there are none at all.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author