From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11530 invoked from network); 27 Apr 1999 12:56:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Apr 1999 12:56:48 -0000 Received: (qmail 12865 invoked by alias); 27 Apr 1999 12:56:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6120 Received: (qmail 12858 invoked from network); 27 Apr 1999 12:56:35 -0000 Message-ID: <3725B3F6.21D6DD11@thoth.u-net.com> Date: Tue, 27 Apr 1999 13:56:22 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: zsh-workers@sunsite.auc.dk Subject: Completion in braces limitation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Completion in braces doesn't seem to work in combination with variables: zsh -f less $PWD/ - beep and lists files less $PWD/{ - just beeps Another feature which would be useful is if completion of variables was extended to properly handle associative arrays. So for example, if I have an associative array named 'test', cd $test[ would complete from the list of keys in $test. Thanks Oliver Kiddle