Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"cancelling" menu completion?
- X-seq: zsh-workers 5641
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: "cancelling" menu completion?
- Date: Thu, 4 Mar 1999 18:52:37 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Is there any way to "cancel" completion, when meny completion is active? The
possible meaning of "cancel" can be
- remove anything that was inserted by completion code and restore the
original string
- remove the part of word being completed (possibly ignoring IPREFIX)
To illustrate the latter: suppose you complete
dd if=/a/b/c
and after menu completion has started, you found, it was somewhat wrong :-)
So, I'd like to remove anything that was inserted but leave ``dd if='' in
place.
Just musing ...
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author