From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24004 invoked from network); 20 Aug 2006 07:07:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Aug 2006 07:07:34 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 54728 invoked from network); 20 Aug 2006 07:07:25 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Aug 2006 07:07:25 -0000 Received: (qmail 9406 invoked by alias); 20 Aug 2006 07:07:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22635 Received: (qmail 9396 invoked from network); 20 Aug 2006 07:07:20 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 20 Aug 2006 07:07:20 -0000 Received: (qmail 54394 invoked from network); 20 Aug 2006 07:07:20 -0000 Received: from luonnotar.infodrom.org (195.124.48.78) by a.mx.sunsite.dk with SMTP; 20 Aug 2006 07:07:19 -0000 Received: by luonnotar.infodrom.org (Postfix, from userid 10) id 99F27366B7B; Sun, 20 Aug 2006 09:07:19 +0200 (CEST) Received: by finlandia.home.infodrom.org (Postfix, from userid 2006) id E4FEAFDAA; Sun, 20 Aug 2006 09:01:50 +0200 (CEST) Date: Sun, 20 Aug 2006 09:01:50 +0200 From: Matthias Kopfermann To: Zsh-Workers Subject: array-=$value ? Message-ID: <20060820070150.GB27688@finlandia.home.infodrom.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline X-Operating-System: Debian GNU/Linux User-Agent: Mutt/1.5.13 (2006-08-11) A question i was not able to answer myself: array=( a b c d e) array+=f # works array-=a # does not work, but why exactly? Matthias