Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 'zstyle ':predict' verbose true' hangs on zsh 4.2.1
- X-seq: zsh-users 7889
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: 'zstyle ':predict' verbose true' hangs on zsh 4.2.1
- Date: Fri, 20 Aug 2004 01:29:11 -0700 (PDT)
- In-reply-to: <1vk1025c4qlpi$.dlg@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <16eqy0eejlrzr$.dlg@xxxxxxxxxxxxxxxx> <Pine.LNX.4.61.0408171807190.842@xxxxxxxxxxxxxxxxxx> <1vk1025c4qlpi$.dlg@xxxxxxxxxxxxxxxx>
- Reply-to: zsh-workers@xxxxxxxxxx
[Note, replies directed to zsh-workers]
On Wed, 18 Aug 2004, Thorsten Kampe wrote:
> thorsten@wolfbrand%
> _
[...]
> autoload -U predict-on; predict-on
> zle-line-init() { predict-on }
That's almost certainly the issue, right there. I'd be willing to wager
that "zle -M" doesn't work from zle-line-init. If so, it's a bug newly
introduced by the creation of zle-line-init, and is not limited to the
predict-on widget.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author