From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9153 invoked from network); 24 Nov 2005 18:52:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Nov 2005 18:52:30 -0000 Received: (qmail 75770 invoked from network); 24 Nov 2005 18:52:24 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Nov 2005 18:52:24 -0000 Received: (qmail 19919 invoked by alias); 24 Nov 2005 18:52:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22026 Received: (qmail 19908 invoked from network); 24 Nov 2005 18:52:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Nov 2005 18:52:21 -0000 Received: (qmail 75427 invoked from network); 24 Nov 2005 18:52:21 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO dot.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 24 Nov 2005 18:52:20 -0000 Received: by dot.blorf.net (Postfix, from userid 1000) id 6EFFA8EFD; Thu, 24 Nov 2005 10:52:17 -0800 (PST) Date: Thu, 24 Nov 2005 10:52:17 -0800 From: Wayne Davison To: Peter Stephenson Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: newuser system Message-ID: <20051124185217.GA20265@dot.blorf.net> References: <200511231113.jANBD95L013878@news01.csr.com> <1051124060054.ZM29995@candle.brasslantern.com> <20051124114211.1fc867ab.pws@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051124114211.1fc867ab.pws@csr.com> User-Agent: Mutt/1.5.9i I gave the latest code a try, and I noticed one minor problem. While configuring the completion system, I first chose option "1" (to use the defaults). Then I decided to go back into the same menu and choose option "2" instead (to run compinstall). At the end, I had two compinstall sections, one at the top of the .zshrc, and one at the bottom. This problem doesn't occur if I only choose one of the two options. ..wayne..