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 28199
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Crash in reverse-menu-complete with menu-selection
- Date: Tue, 24 Aug 2010 08:16:06 -0700
- In-reply-to: <AANLkTikuH91W+P4bWKTEVzW=gtBZQfPwDJQphKyy=mz1@xxxxxxxxxxxxxx>
- 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>
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.
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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author