Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion cannot be used recursively (yet)
- X-seq: zsh-workers 13371
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: completion cannot be used recursively (yet)
- Date: Thu, 18 Jan 2001 15:21:29 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
With the current CVS (I rpesume, after the last signal queueing patch) I get
this when attempting to use accept-and-menu-complete in menu selection:
bor@itsrm2% cd /u2/sni/mr/RMS/
zsh: completion cannot be used recursively (yet)
After hitting backspace, input line reverts to pre-expanded state (basically
the same as undo):
bor@itsrm2% cd /u/s/m/R<TAB>
bor@itsrm2% cd /u2/sni/mr/RAID/
Completing directory
RAID/ RMS/ Reliant\ Cluster/
hit `/':
bor@itsrm2% cd /u2/sni/mr/RAID/
zsh: completion cannot be used recursively (yet)
bor@itsrm2% cd /u2/sni/mr/RAID/
no matches
hit backspace:
bor@itsrm2% cd /u/s/m/
no matches
Not a single line was changed in any zsh config script.
-andrej
Have a nice DOS!
B >>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author