Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segfault on menu-select
- X-seq: zsh-workers 28151
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: Philipp Hartwig <ph.hartwig@xxxxxxxxxxxxxx>
- Subject: Re: segfault on menu-select
- Date: Thu, 12 Aug 2010 16:53:43 +0200
- Cc: zsh-workers@xxxxxxx
- In-reply-to: <20100812144626.GI28144@ph> (Philipp Hartwig's message of "Thu, 12 Aug 2010 16:46:26 +0200")
- 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>
Philipp Hartwig wrote:
> I'm using the latest zsh from Debian which has the version number
> 4.3.10-15, but I was able to reproduce the following behavior with the
> zsh 4.3.10 built from the official sources.
>
> I have the line following line in my .zshrc:
>> bindkey '^o' menu-select
> The following sequence of keys will make zsh crash, provided that
> "gre<tab>" completes to "grep " on your system:
> $ gre<tab><ctrl-o>
[...]
> I'd love to be of further assistance in tracking down what is going on
> in case the information I provided is not sufficient.
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>
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author