Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Should Zle -F handler write to LASTWIDGET?
- X-seq: zsh-workers 43035
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Should Zle -F handler write to LASTWIDGET?
- Date: Sun, 17 Jun 2018 08:35:11 +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=JilqnYPTROWQHLxy6oB+5mQbRf/XG2vrtuu9BRWC120=; b=r1FpDeIFbapDGMJQRaWiZjLIFNxjydK79ucqdN7olo4kFj7y1a1PVD0KEifTUhLEaJ ZCpCJEyl3pIQGPIit395FeVA2rUsvBYCPypl6kzHQ9wKtyEudE0PhdihJEzrY5hfMYVI 8IseZjQg/GN3RcWkyjDdp2Sic24Dww+MIM+rO3r8/R2deA/EHhIC5Trbzp3JVxNrhRJD hYe3rNKRBpWVXwbs24xmHOKxD12iZCSqIQCxHD+A8wIQGsqtasQYedQvayQajnp20t86 PKrrJKjQwqYVg/f8Eh9eWx3WhtMjq400GlD42Yk/yFJRj/w0wxQ6bHz0HFEojUMYW1V4 AUBA==
- 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
Zle -F handler can be ran in a moment that will break widgets like
up-line-or-beginning-search - ones using LASTWIDGET. Two projects occured
this. I think the handler should not update this parameter as its role is
to run in background in any random moment.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author