From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24156 invoked by alias); 24 Aug 2010 15:23:15 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28200 Received: (qmail 24839 invoked from network); 24 Aug 2010 15:23:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.83.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=IpY15RsLYN825hWEqEfTuc2cqEBFFpf3Fmn/eP1Ups4=; b=sIeOopsjnxsKoYsUn04y0KcAKTJRlvpkUADqteDc3nTtSzZ2ZqGI59ndxqAH1b1qhv jkWW8SNiUFou5qyqi02sit+xWLToIlhMeAe+tHmIJ0dXM11+WLLns/1NJzL6O6QZTvg1 7y2e05f9WRVJDL51sU3HdxJSedbELUi1p857w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Kn7LRSOinnK2doUJEtgyiACxaZRZdBejVDslGrhesuP2KoDq5wfpwvfDuYaFDgltdj 75ds4+uVSmJh2QLOVcHAvV2CSe8GIPsC+ZYS69oZ63JHMaweBJkx5Ne/leM/6ZZ37QfD TPsSnSsSSkxgIWAzI+J44jpAtjF8s78RCZvi4= MIME-Version: 1.0 In-Reply-To: <100824081606.ZM28228@torch.brasslantern.com> References: <100824081606.ZM28228@torch.brasslantern.com> Date: Tue, 24 Aug 2010 17:23:08 +0200 Message-ID: Subject: Re: Crash in reverse-menu-complete with menu-selection From: Mikael Magnusson To: zsh workers Content-Type: text/plain; charset=UTF-8 On 24 August 2010 17:16, Bart Schaefer wrote: > On Aug 24, 3:48pm, Mikael Magnusson wrote: > } Subject: Crash in reverse-menu-complete with menu-selection > } > } % zsh -f > } % autoload compinit > } % compinit -D > } % zmodload zsh/complist > } % bindkey '^F' menu-select > } % bindkey '^B' reverse-menu-complete > } % ls > } > } Reproduced on 4.3.2 (32bit), 4.3.6 and current cvs. > > I can't reproduce, but when I hit that first ctrl-f I still get nothing, > as reported in the earlier thread about menu-select crashing. Which one? > I suspect this is still the same menu-select bug, just leaving some > corrupted memory as a land mine for reverse-menu-complete to step on. > If you add before bindkey > > zmodload zsh/compctl > > does the crash go away? No. It's odd that you can't reproduce, the three versions are on different machines and everything. -- Mikael Magnusson