Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bindkey <whatever> history-beginning-search-backwards; echo $widgts = crash
- X-seq: zsh-workers 23452
- From: Maddi Kopfermann <matthi@xxxxxxxxxxxxxxxxx>
- To: Zsh-Workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: bindkey <whatever> history-beginning-search-backwards; echo $widgts = crash
- Date: Tue, 22 May 2007 05:32:38 +0200
- In-reply-to: <20070522014632.GA11326@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070521202131.GA14758@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <20070522014632.GA11326@xxxxxxxxxxxxxxxxxxxx>
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