Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion not inserting matches
- X-seq: zsh-users 7363
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: completion not inserting matches
- Date: Sun, 18 Apr 2004 23:35:26 +0000
- In-reply-to: <x1n6gf1ludq1.dlg@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <x1n6gf1ludq1.dlg@xxxxxxxxxxxxxxxx>
On Apr 18, 4:17pm, Thorsten Kampe wrote:
}
} These are my completion settings: [1] and [2].
Hrm.
I just edited up a source-able file of your settings, deleted all my own
zstyles, sourced the file, and set up a dummy directory:
schaefer<574> ls
linux/ linux-2.4.25-gentoo-r2/
linux-2.4.20-wolk4.11s-r3/ linux-2.4.25_pre7-gss-r3/
linux-2.4.20-wolk4.9s-r6/ linux-2.6.5-gentoo-r1/
schaefer<575> cd r3<TAB>
schaefer<575> cd linux-2.4.2---sr3
local directory
linux-2.4.20-wolk4.11s-r3/ linux-2.4.25_pre7-gss-r3/
schaefer<575> cd linux-2.4.2-<TAB>--sr3
schaefer<575> cd linux-2.4.20-wolk4.11s-r3/<TAB>
schaefer<575> cd linux-2.4.20-wolk4.9s-r6/<TAB>
schaefer<575> cd linux-2.4.25-gentoo-r2/<TAB>
schaefer<575> cd linux-2.4.25_pre7-gss-r3/<TAB>
schaefer<575> cd linux-2.4.2---sr3
So I've got menu completion going, but it's cycling through four choices,
not just the original two matches.
This is with the very latest 4.2.0-dev-1 from CVS. I suppose it's possible
I have a setopt that you don't -- these are all the ones that might matter:
alwayslastprompt on
alwaystoend off
autocd on
autolist on
automenu on
autonamedirs off
autoparamkeys on
autoparamslash on
autoremoveslash on
bashautolist off
beep off
caseglob on
cdablevars off
chasedots off
chaselinks off
completealiases on
completeinword on
correct on
correctall off
equals on
globcomplete off
listambiguous off
listbeep off
listpacked on
listrowsfirst on
listtypes on
menucomplete off
Messages sorted by:
Reverse Date,
Date,
Thread,
Author