Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: segfault on menu-select



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