Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion not inserting matches
- X-seq: zsh-users 7366
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: completion not inserting matches
- Date: Mon, 19 Apr 2004 16:42:55 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <x1n6gf1ludq1.dlg@xxxxxxxxxxxxxxxx> <1040418233526.ZM9007@xxxxxxxxxxxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
* Bart Schaefer (2004-04-19 01:35 +0100)
> 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:
>
> [setopts]
I wasn't able to reproduce your "cycle through four choices" by
setting your options.
Thorsten
Messages sorted by:
Reverse Date,
Date,
Thread,
Author