Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with completion matching control
- X-seq: zsh-workers 5373
- From: opk@xxxxxxxxxxxxxxx (Oliver Kiddle)
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Problem with completion matching control
- Date: Sun, 14 Feb 1999 19:35:25 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I've noticed the following behaviour which makes some sense but seems
like a bug when first noticed.
zsh -f
:> Temp
:> temp
compctl -M 'm:{a-z}={A-Z}'
less t<tab>
Results in
less temp
^ - Cursor here. 'Temp' and 'temp' are listed below
So it if filling in the 'emp' which is unambiguous but moving the cursor
back which I find very annoying. In my opinion, it should either
complete to 'temp' or just beep and list the two files. The former would
probably be better. Can the semantics of matching control be changed to
accomodate this with out breaking it's other uses? i.e. Are there cases
where the cursor moving back is useful?
Thanks
Oliver Kiddle
Messages sorted by:
Reverse Date,
Date,
Thread,
Author