Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
What exactly does it mean to complete inside $'...' anyway?
- X-seq: zsh-workers 33453
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: What exactly does it mean to complete inside $'...' anyway?
- Date: Sun, 12 Oct 2014 13:49:36 -0700
- 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
It occurs to me I have no idea what is intended to happen in the case of
% : $'<TAB>x
for any particular values of "x", which might be e.g. $'\07' or $'\M-x'.
Same goes for
% : $'<TAB>x'
or even
% : $'x<TAB>'
the latter of which doesn't produce any debug warnings but doesn't seem
to do anything helpful either.
--
Barton E. Schaefer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author