From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23149 invoked from network); 15 Sep 2004 05:13:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 15 Sep 2004 05:13:21 -0000 Received: (qmail 88013 invoked from network); 15 Sep 2004 05:13:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 15 Sep 2004 05:13:14 -0000 Received: (qmail 23523 invoked by alias); 15 Sep 2004 05:12:30 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7992 Received: (qmail 23509 invoked from network); 15 Sep 2004 05:12:29 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 15 Sep 2004 05:12:29 -0000 Received: (qmail 86432 invoked from network); 15 Sep 2004 05:11:30 -0000 Received: from web61305.mail.yahoo.com (216.155.196.148) by a.mx.sunsite.dk with SMTP; 15 Sep 2004 05:11:29 -0000 Message-ID: <20040915051128.66457.qmail@web61305.mail.yahoo.com> Received: from [62.78.149.246] by web61305.mail.yahoo.com via HTTP; Tue, 14 Sep 2004 22:11:28 PDT Date: Tue, 14 Sep 2004 22:11:28 -0700 (PDT) From: Tero Niemela Subject: Re: Two simple questions To: zsh-users@sunsite.dk In-Reply-To: <20040914190916.GA974@DervishD> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: * X-Spam-Status: No, hits=1.5 required=6.0 tests=BAYES_44,RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 1.5 Hi! > > # Clean up paths > > path=($^path(N)) > > manpath=($^manpath(N)) > > I don't get that two. The 'N' sets nullglob for > that expansion, > right but, why the '^'? AFAIK that only turns on > 'RC_EXPAND_PARAM' > for that expansion :? I'm curious :) Those removes non-existing dirs from paths. It was suggested on this list just a couple of months ago. See for the explanation at: http://www.zsh.org/mla/users/2004/msg00608.html _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com