Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: _match (or _style) problem
- X-seq: zsh-workers 8949
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: _match (or _style) problem
- Date: Wed, 8 Dec 1999 19:18:32 +0300
- Importance: Normal
- In-reply-to: <199912081610.RAA05738@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> I'm not at all sure, what you mean... *When* do you get that error
> message?
Oops, sorry.
bor@itsrm2:/tools/src/make-3.78.1%> l *.h<TAB>
bor@itsrm2:/tools/src/make-3.78.1%> l *.h_style:15: command not found:
insert-unambiguous=no
acconfig.h
acconfig.h config.h getopt.h rule.h vmsdir.h
amiga.h dep.h job.h signame.h
commands.h filedef.h make.h variable.h
And does you .zsh-style look like the above or like the
> output of `compstyle -L'?
bor@itsrm2:~%> cat ~/.zsh-styles
compstyle '*' completer '_oldlist' '_complete' '_match'
compstyle ':match' original 'yes'
compstyle ':match' insert-unambiguous 'yes'
compstyle '*:paths' cursor 'yes'
compstyle ':oldlist' list '_match'
~/.zsh-styles is sourced from ~/.zshrc
I do not have all the latest patches, sorry - only 8862 and 8874. BTW, at least
in my copy of docs description of _match still refers to `insert=unambig', while
styles list does not mention it.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author