From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4901 invoked from network); 11 Sep 2006 22:36:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_BL_SPAMCOP_NET autolearn=no version=3.1.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Sep 2006 22:36:53 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 10366 invoked from network); 11 Sep 2006 22:36:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Sep 2006 22:36:43 -0000 Received: (qmail 17843 invoked by alias); 11 Sep 2006 22:36:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10708 Received: (qmail 17833 invoked from network); 11 Sep 2006 22:36:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Sep 2006 22:36:35 -0000 Received: (qmail 9206 invoked from network); 11 Sep 2006 22:36:35 -0000 Received: from wx-out-0506.google.com (66.249.82.238) by a.mx.sunsite.dk with SMTP; 11 Sep 2006 22:36:34 -0000 Received: by wx-out-0506.google.com with SMTP id s7so1831146wxc for ; Mon, 11 Sep 2006 15:36:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=UV5oDnR4hhPmCNIQWC7LlzcnOrIiyEiM0Ia/qIMZ0lc2dsXygzQIcDrmkJGSX4+x/fByNDjQTlINe7mY1zCJW37Sl45TQmVmC1OwETZ7JlTM0sNbDXGuzdU5jWMI15t5/uZWa0goq2sxhd2VMaLb8P5IDeY9/MnD3YhlrUMSV3w= Received: by 10.90.115.9 with SMTP id n9mr1947407agc; Mon, 11 Sep 2006 15:36:30 -0700 (PDT) Received: by 10.90.68.17 with HTTP; Mon, 11 Sep 2006 15:36:30 -0700 (PDT) Message-ID: Date: Tue, 12 Sep 2006 00:36:30 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Zsh Users' List" Subject: ${${~:-*}//(#m)*/$MATCH=$MATCH} fails MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: e8d5e12f69a6fa1a Try the above with an echo. In zsh 4.3.2, this will give you an illegal UTF-8 character, an equal sign, and another illegal UTF-8 character. Is $MATCH accessing uninitialized memory? Or am I doing something wrong? nikolai