Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segfault on menu-select
- X-seq: zsh-workers 28152
- From: Philipp Hartwig <ph.hartwig@xxxxxxxxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: segfault on menu-select
- Date: Thu, 12 Aug 2010 17:20:44 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=tEhu+0Hb+PIlsldPRRA9TH3/U4a1f/EKmCQjIM+/98Y=; b=bjlhxuVRL5d7E+y0PAwszI0MiaKk/JbebutGm4guVRhFFuuFwT+BCpTrZoZZBBYsWK xppl7v82XyVbtP5uGRTBGo74LhRJ6wAo1jMQLU3+8Dcnp2VUdhJwOEvSogqsb1tfkvRD mqmsSlZgMPXCiG2On2go32HkUAzasxLJicCTg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=lEedfjFWMM4OhyhT7mDFzGGTx/LAVF8snBhNcDwOrU8LLIslwydk13HHMThx9NkL5X 1gjcVcORSLg9ViHwME3gp1fBuEO4NL+hPqc7x71Mk05WJQuNO24cYTynJJfCee6LuQ6+ QcjbSVLEtWt2wIl0b9jAWE2hK+dOZey7XOX6Y=
- In-reply-to: <8762zf6fwo.fsf@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: <20100812144626.GI28144@ph> <8762zf6fwo.fsf@xxxxxxxxxxxxxxxxxxxxxx>
> Can you reproduce this using CVS HEAD? Because I cannot from zsh -f and
>
> zsh% autoload -Uz compinit
> zsh% compinit
> zsh% bindkey '^o' menu-complete
> zsh% gre<tab><C-o>
The error occurs with menu-select, not menu-complete. I can reproduce it
with the following .zshrc:
autoload -Uz compinit
compinit
zmodload -i zsh/complist
bindkey '^o' menu-select
Strangely enough I can NOT reproduce it with
zsh -f
source .zshrc
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author