From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5267 invoked from network); 22 Aug 2001 15:54:30 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Aug 2001 15:54:30 -0000 Received: (qmail 6334 invoked by alias); 22 Aug 2001 15:54:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15677 Received: (qmail 6321 invoked from network); 22 Aug 2001 15:54:23 -0000 From: Bart Schaefer Message-Id: <1010822155420.ZM23938@candle.brasslantern.com> Date: Wed, 22 Aug 2001 15:54:19 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Quoted parameter parsing glitch MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii schaefer<502> print "${foo:-"}" dquote braceparam> At this point the parser is in an infinite loop. There's nothing you can type (except end-of-file or interrupt) that will free you from the PS2 prompt. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net