Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Off-by-one with select-*-shell-word text object?
- X-seq: zsh-workers 39371
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Off-by-one with select-*-shell-word text object?
- Date: Fri, 16 Sep 2016 20:02:05 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=Ptqb1Cs1X9V+dsytICB3M5KAvy5zT1wEWFuvpJmg64M=; b=0LlW60sdilm8vCgUnZ0NRGq7mySaRSc1AY1l7nmrnXqUhg5SJ6KMEe1ZmEn+sFAWLW fFVm9CCq/7dL9NSfItPS4dDxHYZ4cpsrBbTx2cApUupYouZGaRUtfhTY9YFwnfo1lj5c zxVKW1xm6efpUwvdOu7k1tWF4Onmx9JiZuUTGsVXYI/YWTScXtaip/AvBACLavSBdLJb vS42e82w0YI2hFrMyS6Yu1JpvHHH53beSEyj8tvX70Bd2U4bTZNbZn55olmZnClDhhDS v8xfXMp+YkBLo85svyX/wChRPNdwlqdBdbloWIwJLjQt/80q3VBWRrDzFRnrI2AAgL2Z laBw==
- In-reply-to: <10734.1474068633@hydra.kiddle.eu>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <160916102137.ZM11290@torch.brasslantern.com> <76020.1474058827@hydra.kiddle.eu> <160916142248.ZM26196@torch.brasslantern.com> <10734.1474068633@hydra.kiddle.eu>
On Sep 17, 1:30am, Oliver Kiddle wrote:
} Subject: Re: Off-by-one with select-*-shell-word text object?
}
} Bart wrote:
} > It also occurs to me to wonder whether set_bindk = 0 *ever* makes sense
} > for builtin widgets. Can somebody give me an example of a builtin that
} > would care about the widget name of its user-defined caller?
}
} I think it matters for the k2 == bindk test in getvirange().
That gets me wondering about the execzlefunc() call in getvirange().
E.g. in vicmd mode, cS changes nothing but leaves me in insert mode.
Probably should be an error to invoke any ZLE_VIOPER widget *other*
than the same one again? But I digress ...
} zlecallhook sets set_bindk. That doesn't seem entirely useful
Actually it's quite useful, and the recently-added add-zle-hook-widget
function depends on it (to the point that zle-line-pre-redraw was
changed to match).
} run-help, which-command and zap-to-char suffer from the same
} issue as the text object widgets: they use bindk to select their
} behaviour.
}
} So any thoughts on this solution?
I'd probably write it as an assignment of setbindk rather than put the
whole expression in the execzlefunc argument, but otherwise this seems
sensible on the face of it.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author