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

Re: bindkey <whatever> history-beginning-search-backwards; echo $widgts = crash



Am Montag, dem 21. Mai 2007 um 18:46 Uhr, Phil Pennock:
> 
> history-beginning-search-backwards is not a standard widget; aside from
> this bug, you need to find which widget you really want.

zsh -fc "bindkey '^o' history-beginning-backward && echo $widgets"

crashes the shell

zsh -fc "bindkey '^o' history-beginning-backwards && echo $widgets"

crashes the shell

zsh -fc "bindkey '^o' history-beginning-forward && echo $widgets"

crashes the shell

zsh -fc "bindkey '^o' history-beginning-<TAB> && echo $widgets"
crashes the shell

the attempt to let completion work crashes the shell.
> This is a bug when there is no widget with the supplied name;

Sadly not only in that case!

                Matthias



Messages sorted by: Reverse Date, Date, Thread, Author