From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4918 invoked from network); 19 Oct 2004 16:10:47 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 19 Oct 2004 16:10:47 -0000 Received: (qmail 8198 invoked from network); 19 Oct 2004 16:10:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Oct 2004 16:10:41 -0000 Received: (qmail 26661 invoked by alias); 19 Oct 2004 16:10:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20508 Received: (qmail 26642 invoked from network); 19 Oct 2004 16:10:23 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 19 Oct 2004 16:10:23 -0000 Received: (qmail 6691 invoked from network); 19 Oct 2004 16:09:24 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO binome.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 19 Oct 2004 16:09:22 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id B62B92E22; Tue, 19 Oct 2004 09:09:21 -0700 (PDT) Date: Tue, 19 Oct 2004 09:09:21 -0700 From: Wayne Davison To: zsh-workers@sunsite.dk Subject: Re: fix docs: .zsh/cache -> .zcompcache Message-ID: <20041019160921.GB27555@blorf.net> References: <20041019030648.GJ2017@solemn.turbinal.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041019030648.GJ2017@solemn.turbinal.org> User-Agent: Mutt/1.5.6+20040722i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=6.0 tests=BAYES_00 autolearn=no version=2.63 X-Spam-Hits: -4.9 On Tue, Oct 19, 2004 at 07:06:48AM +0400, Alexey Tourbin wrote: > It seems that docs have both .zsh/cache and .zcompcache: ... while the completion functions all use .zcompcache. I checked in your fix into CVS. Thanks! ..wayne..