From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15250 invoked from network); 1 Jun 1999 00:00:28 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Jun 1999 00:00:28 -0000 Received: (qmail 22269 invoked by alias); 1 Jun 1999 00:00:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6401 Received: (qmail 22260 invoked from network); 1 Jun 1999 00:00:12 -0000 From: "Bart Schaefer" Message-Id: <990601000006.ZM9054@candle.brasslantern.com> Date: Tue, 1 Jun 1999 00:00:06 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: pws-20 parameter completion can't handle new syntax MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Not surprisingly, this doesn't work (with new-style completion stuff loaded): zagzig% echo ${"comp Just to show that the syntax is valid: zagzig% echo ${"compconfig"} 2n _complete ./Completion/Core/compinit.dump correct to: (This works because of PWS's INULL change in subst.c; it used to error with `closing brace expected'). Here's another, probably unrelated, unexpected behavior: zagzig% echo ${comp ^place cursor on "c" and press TAB zagzig% echo ${comp} ^cursor is now here, but there is no parameter named "comp". -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com