Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
two problems with the insert-ids style
- X-seq: zsh-workers 26345
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: Zsh list <zsh-workers@xxxxxxxxxx>
- Subject: two problems with the insert-ids style
- Date: Sat, 17 Jan 2009 12:53:59 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: gak@xxxxxxxxxxxxxx
Hi,
I've noticed two problems with the insert-ids style:
1. if I do "zstyle ':completion:*:*:kill:*' insert-ids single", then I
cannot enter menu-select or menu-complete modes with the widgets by
those names.
2. if I do "zstyle ':completion:*:*:kill:*' insert-ids longer" (or
any value other than "menu" or "single") the logic is simply
flawed: I type the characters "xe" which match only three
processes, all of whose pids all begin with "27", then hit <tab>.
It replaces "xe" with "27", and hitting <tab> again lists all
processes whose pid starts with "27", which includes 5 more
processes than the three originally matched by "xe".
Any suggestions for how to fix this? My preference would be to fix #1
as I'd like to only enter menu mode when I hit that key.
thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author