From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id GAA18862 for ; Sat, 22 Jul 1995 06:39:15 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA20795 (5.65c/Gatech-10.0-IDA for ); Fri, 21 Jul 1995 16:39:50 -0400 Received: by math (5.x/SMI-SVR4) id AA21966; Fri, 21 Jul 1995 16:36:12 -0400 Resent-Date: Fri, 21 Jul 1995 14:37:21 -0600 Old-Return-Path: Date: Fri, 21 Jul 1995 14:37:21 -0600 Message-Id: <9507212037.AA10841@suomi.cdc.noaa.gov> From: Mark Borges To: hzoli@cs.elte.hu Cc: zsh-workers@math.gatech.edu Subject: Re: list-expand fix and a bug report In-Reply-To: <9507211829.AA09086@turan.elte.hu> References: <28944.199507160205@stone.dcs.warwick.ac.uk> <9507211829.AA09086@turan.elte.hu> Organization: CIRES, University of Colorado X-Attribution: mb Resent-Message-Id: <"GJ7b7.0.8N5.x-04m"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/253 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >> Zoltan Hidvegi(ZH) wrote on Fri, 21 Jul 1995 20:29:30 +0100 (MET DST): [...] ZH> The patch below fixes all of these bugs and even some more: Zoltan-- Do any of these patches for 10.1 (or 10+ for that matter) fix this: ------------------------------------------------------------------------------ >> Mark Borges(mb) wrote on Mon, 17 Jul 95 14:50:50 MDT: mb> Are you seeing this? mb> Somewhere between hzoli9 and hzoli10.1 completion inside a for mb> control structure doesn't work. For example, mb> $ ~/bin/sparc/zsh-2.6h9 -f mb> bjerknes% echo $ZSH_VERSION mb> 2.6-beta9 mb> bjerknes% setopt autolist mb> bjerknes% for i in a*; do >> echo a # a tab correctly prints out the ambiguous files mb> a1 a2 a3 mb> but in hzoli10.1: mb> $ ~/bin/sparc/zsh-2.6h10.1 -f mb> bjerknes% echo $ZSH_VERSION mb> 2.6-beta10-hzoli10.1 mb> bjerknes% setopt autolist mb> bjerknes% for i in a*; do >> echo a # Huh? Another a keeps getting added, and no list is printed. >> echo aa >> echo aaa # can go on indefinitely >> echo aaaa >> echo aaaaa >> echo aaaaaa mb> This also has patches from zefram (I forget what they do). I was just mb> curious if the bug has infected your copy as well. ------------------------------------------------------------------------------ Or, can anyone verify whether vanilla beta 10 has the above bug? Thanks, -mb-