Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: another Problem with ignore-line
- X-seq: zsh-users 7947
- From: Andy Spiegl <zsh.Andy@xxxxxxxxx>
- To: Zsh-users List <zsh-users@xxxxxxxxxx>
- Subject: Re: another Problem with ignore-line
- Date: Mon, 30 Aug 2004 19:20:50 +0200
- In-reply-to: <10449.1093879550@xxxxxxxxxxxxxxxxxxxxx>
- Kinfo: virscan ok
- Kinfo: NoRelay, NoSpam
- Kreccount: 1
- Mail-followup-to: Zsh-users List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040826181857.GF10369@localhost> <20040826221435.GA28932@xxxxxxxxx> <20040830151313.GA3639@xxxxxxxxx> <10449.1093879550@xxxxxxxxxxxxxxxxxxxxx>
> I can't reproduce it. Is completing `subdir/' first a necessary step to
> reproduce this?
No, I included it just for demonstration.
> Can you try to reproduce it starting from zsh -f. Does the
> ignore-line style definitely make a difference here?
You're right. In that case it doesn't make a difference!
But I can't find the culprit. Only that it has to do with this line:
zstyle ':completion:*' completer _expand_dots _complete _match _correct
If I remove it from my rcs, the completion after "a" works.
Oh, wait it's enough to remove "completer" from it. Strange!
So if I replace
zstyle ':completion:*' completer _expand_dots _complete _match _correct
with
zstyle ':completion:*' _expand_dots _complete _match _correct
everything is fine or better said: seems to be fine for now.
Can you understand this?
Andy.
--
o _ _ _
------- __o __o /\_ _ \\o (_)\__/o (_) -o)
----- _`\<,_ _`\<,_ _>(_) (_)/<_ \_| \ _|/' \/ /\\
---- (_)/ (_) (_)/ (_) (_) (_) (_) (_)' _\o_ _\_v
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Let's just be friends -- friends who never talk or see each other."
-- David Letterman, 7-22-92
Messages sorted by:
Reverse Date,
Date,
Thread,
Author