From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id MAA03834 for ; Wed, 10 Apr 1996 12:13:48 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id VAA00645; Tue, 9 Apr 1996 21:46:54 -0400 (EDT) Resent-Date: Tue, 9 Apr 1996 21:46:54 -0400 (EDT) Message-Id: <9604100148.AA22422@spacely.afive> To: zsh-workers@math.gatech.edu Reply-To: acs@world.std.com Subject: Weird completion bug in hzoli13 Date: Tue, 09 Apr 1996 21:48:05 -0400 From: Vinnie Shelton Resent-Message-ID: <"DTezl2.0._9.ECnQn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/901 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu If I have a file which starts with a numeric prefix, like "152.html", if I then try to do filename completion on that file after an input redirection, like so: cat <152"TAB" the shell hangs. This is on an unpatched (maybe 1 or two small patches) hzoli13. Standard beta13 does not show this behavior. This happens on my SVR4.2 box at home, as well as the SunOS4.1.3U1 box at work. It even happens when I start the shell with "-f". Can anyone else reproduce this? --vin