From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9545 invoked from network); 5 Dec 2000 15:25:32 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Dec 2000 15:25:32 -0000 Received: (qmail 22808 invoked by alias); 5 Dec 2000 15:25:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13236 Received: (qmail 22801 invoked from network); 5 Dec 2000 15:25:22 -0000 X-Authentication-Warning: DarkSun.local: luthien set sender to dominik.vogt@gmx.de using -f Date: Tue, 5 Dec 2000 16:26:26 +0100 From: Dominik Vogt To: zsh-workers@sunsite.auc.dk Subject: bug in 'repeat' syntax (zsh-3.0.7) Message-ID: <20001205162626.A9181@gmx.de> Reply-To: dominik.vogt@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i There is a minor bug in the parsing of the 'repeat' command in zsh-3.0.7. The repeat count can be any token you like, as long as it starts with a digit. For example, repeat 9lskedhgflish echo foobar works with a reapeat count of 9. Not sure if this was intended. Bye Dominik ^_^ ^_^ -- Dominik Vogt, dominik.vogt@gmx.de Reply-To: dominik.vogt@gmx.de