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 GAA03125 for ; Wed, 6 Sep 1995 06:37:16 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA14408 (5.65c/Gatech-10.0-IDA for ); Tue, 5 Sep 1995 16:19:50 -0400 Received: by math (5.x/SMI-SVR4) id AA27133; Tue, 5 Sep 1995 15:40:43 -0400 Resent-Date: Tue, 5 Sep 1995 19:40:55 +0200 (MET DST) Old-Return-Path: From: Zoltan Hidvegi Message-Id: <199509051740.TAA08845@bolyai.cs.elte.hu> Subject: Re: BUG: listmatches called with bogus list To: zsh-workers@math.gatech.edu (zsh-workers) Date: Tue, 5 Sep 1995 19:40:55 +0200 (MET DST) In-Reply-To: <199509051622.SAA08720@bolyai.cs.elte.hu> from "Zoltan Hidvegi" at Sep 5, 95 06:22:35 pm X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"U7n8F1.0.td6.wUAJm"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/359 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I wrote: > Here is the bug: > > % zsh -f > bolyai% setopt autolist > bolyai% bindkey '^[[19~' where-is > bolyai% > Where is: kill-_ > BUG: listmatches called with bogus list > > As I remember, it is somewhere in Zefram's code which causes this bug (i.e. it > is not present in beta10). I forgot to mention that the the actual message cames when I press TAB or newline. Zoltan