From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29625 invoked by alias); 9 Sep 2010 18:12:48 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28247 Received: (qmail 5877 invoked from network); 9 Sep 2010 18:12:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at klanderman.net does not designate permitted sender hosts) From: Greg Klanderman To: zsh-workers@zsh.org Subject: Re: Issue with insert-sections style Reply-To: greg@klanderman.net Date: Thu, 09 Sep 2010 14:04:13 -0400 In-Reply-To: <20100909145014.GL2506@plenz.com> (Julius Plenz's message of "Thu, 9 Sep 2010 16:50:15 +0200") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.17 (linux) References: <20100909145014.GL2506@plenz.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> On September 9, 2010 Julius Plenz wrote: > zstyle ':completion:*' group-name '' > zstyle ':completion:*:descriptions' format 'completing %B%d%b' > zstyle ':completion:*:manuals' separate-sections true As an aside, can someone help me with the right zstyle syntax to have the first two lines above apply only to man page completions? thanks, Greg