Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG] When sched +N ... is called from zle -F handler, it doesn't run
- X-seq: zsh-workers 43218
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: [BUG] When sched +N ... is called from zle -F handler, it doesn't run
- Date: Sat, 28 Jul 2018 13:05:58 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=j/oamBMfHPW3gSFNAgn0YIpXd8NvCnFAiAU/YG2qWk0=; b=IehXfmu6UzLJqFgt7tp5HO78pYiNFRbHgUX18ks5vrxofsAWxyKxoctn4cYMojbiPd p6GiaLglX5pDkEoNN+rqvdfhdK6MAMhCFEasqo+I0e49Y9yUr3K5Pz0og8tqEyli+3H1 MrLNbRrZEyfBy3rdDknhBc9RqxG2W6e+DBh4Itms22YgFzFnfLZQ1WogcS3zJSOlfCr4 UhcDXzrSYag2w1kVNNFslbNjRvMlXrSJjDr+ZE2+UiT0w7upEin6ZVTXXYFhYxibrnON f8BOtcfjTmQwdwD15ng0NCQ/OOE1e1TFxXVevZA+snVcfkfVfwiPkpToRFwZT8WXKMJA jgBA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello,
I've had to move "sched +1 a-function" call away from inside of a zle
-F handler (into a precmd handler) because that sched event wasn't
running after the 1 second, nor after any more time. A key press (of
e.g. space) was a thing that was restoring correct sched functioning.
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author