Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How is it guaranteed that zle is active during sched call?
- X-seq: zsh-users 21865
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: How is it guaranteed that zle is active during sched call?
- Date: Sun, 11 Sep 2016 19:06:48 +0100
- In-reply-to: <CAKc7PVCGT=gwWMCx+wGaZtQMsrXa_HnLneUSmz=EZ9ZSe5RjtQ@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCGT=gwWMCx+wGaZtQMsrXa_HnLneUSmz=EZ9ZSe5RjtQ@mail.gmail.com>
It's not guaranteed that zle will be active during a sched call.
Sched is generally handled as part of the pre-prompt functions; there is
no intended linkage between this and zle. Any interaction is not
thought out (to my knowledge --- and sched is an old function that
hasn't been tinkered with for a long time, I think).
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author