From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25719 invoked from network); 8 Oct 2006 23:37:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.6 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 8 Oct 2006 23:37:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 54514 invoked from network); 8 Oct 2006 23:37:09 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Oct 2006 23:37:09 -0000 Received: (qmail 79 invoked by alias); 8 Oct 2006 23:37:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22848 Received: (qmail 40 invoked from network); 8 Oct 2006 23:37:04 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 8 Oct 2006 23:37:04 -0000 Received: (qmail 54090 invoked from network); 8 Oct 2006 23:37:04 -0000 Received: from mail.gmx.de (HELO mail.gmx.net) (213.165.64.20) by a.mx.sunsite.dk with SMTP; 8 Oct 2006 23:37:03 -0000 Received: (qmail invoked by alias); 08 Oct 2006 23:37:03 -0000 Received: from dslc-082-082-071-145.pools.arcor-ip.net (EHLO local1) [82.82.71.145] by mail.gmx.net (mp018) with SMTP; 09 Oct 2006 01:37:03 +0200 X-Authenticated: #19240895 Date: Mon, 9 Oct 2006 01:37:27 +0200 From: denis To: zsh-workers@sunsite.dk Subject: Re: [bug] color none vs. default In-Reply-To: <061008152245.ZM8160@torch.brasslantern.com> References: <200610082129.k98LTxIq003101@torgo.zanshin.com> <061008152245.ZM8160@torch.brasslantern.com> X-Mailer: Sylpheed (pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Message-ID: <20061008233727.Ra9POmImXVKPmm1AzXdUIqeIR9Ep678X85VOBxsFukY@z> Bart Schaefer wrote: > On Oct 8, 11:27pm, denis wrote: > } > } according to the manpage (zshcontrib) you could reset all > } attributes using the color 'none', but this doesn't work. > > You're misreading the documentation. oh, then sorry for the "[bug]" in the subject :) Thank you for the explanation.