Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: match again
- X-seq: zsh-workers 9492
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: match again
- Date: Mon, 31 Jan 2000 11:01:33 +0000
- In-reply-to: <200001310906.KAA27702@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200001310906.KAA27702@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Jan 31, 10:06am, Sven Wischnowsky wrote:
} Subject: Re: match again
}
} Bart Schaefer wrote:
}
} > whereas all the others resemble one of
} >
} > zstyle :completion:correct: prompt 'correct to:'
} > or
} > zstyle ':completion:*' verbose yes
} >
} > which makes me wonder if it should be
} >
} > zstyle ':completion:*:default' list-colors ...
}
} The problem is that the default tag is tested in _main_complete which
} doesn't add a context name
This seems an important point to me. Is there a listing somewhere of
the tags which are tested in _main_complete, or is "default" the only
one? At the least the doc for the default tag should mention this.
That means this example from the doc is wrong, does it not?
To be able to share the same specifications one has set up for the
GNU version of the ls command one can use:
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
^^^
BTW, I hope the intention is to put a lot more zstyle examples into the
docs before final release.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author