Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Crash in reverse-menu-complete with menu-selection
- X-seq: zsh-workers 28200
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Crash in reverse-menu-complete with menu-selection
- Date: Tue, 24 Aug 2010 17:23:08 +0200
- 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=
- In-reply-to: <100824081606.ZM28228@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AANLkTikuH91W+P4bWKTEVzW=gtBZQfPwDJQphKyy=mz1@xxxxxxxxxxxxxx> <100824081606.ZM28228@xxxxxxxxxxxxxxxxxxxxxx>
On 24 August 2010 17:16, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> 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 <ctrl-f><enter><ctrl-f><ctrl-b>
> }
> } 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author