Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Issue with insert-sections style
- X-seq: zsh-workers 28249
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Issue with insert-sections style
- Date: Fri, 10 Sep 2010 09:50:50 -0400
- In-reply-to: <20100909200030.140f4da0@pws-pc> (Peter Stephenson's message of "Thu, 9 Sep 2010 20:00:30 +0100")
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20100909145014.GL2506@xxxxxxxxx> <m3hbhyrdya.fsf@xxxxxxxxxxxxxx> <20100909200030.140f4da0@pws-pc>
- Reply-to: gak@xxxxxxxxxxxxxx
Thanks Peter, this seems to work:
| zstyle ':completion:*:manuals' separate-sections true
| zstyle ':completion:*:manuals*' group-name ''
| zstyle ':completion:*:manuals*' format '%B%d completions:%b'
it took a little tracing of the completion system into _descriptions
to realize 'manuals.$sect' is a tag, not an argument value, and so
trying to do
| zstyle ':completion:*:manuals*:descriptions' format '%B%d completions:%b'
can't work. And the description of the 'format' style in the manual
now makes a lot more sense.. :-)
thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author