From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3253 invoked from network); 1 Oct 2008 07:37:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Oct 2008 07:37:03 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 17295 invoked from network); 1 Oct 2008 07:36:50 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Oct 2008 07:36:50 -0000 Received: (qmail 25472 invoked by alias); 1 Oct 2008 07:36:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25788 Received: (qmail 25440 invoked from network); 1 Oct 2008 07:36:27 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Oct 2008 07:36:27 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by bifrost.dotsrc.org (Postfix) with ESMTP id E290C8030847 for ; Wed, 1 Oct 2008 09:36:22 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so24141ana.13 for ; Wed, 01 Oct 2008 00:36:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lmMGPAmejWciyX6gbpkkzHOKbMWU2pQnaJ4KZrlsNVA=; b=thv8Kcu9pwSBS/+DqcgbUCOwS0bsFW7LZVIPLyhsbpbfPMoZXUgdEeNQE/LvllIO0v Hant/74i7t7QSnEiIw1TzBlMg2W/+KWRpCrupQ1woDWJ/QdKkJnlM2JcAQIhcKCn2HTA ZqO3/PJO4F5dbHT6qExg3CmPSvJcyh+MUcWGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GxBiauEu1Lb3Td1za8iX2DI37aJ9HQlE3YXz8AfttHyK9KkaXohWsdT1WqLNF113Hk 4rNY2y9Emt8M5Td65pWnMuUhB9FgwM9X7hJiRDPmN0WKpjzLYrzzNL6R7wc8ZAf3eI6s hi25p+8SnBURJ5srj9Kersz7E1utYW5n4eLEc= Received: by 10.100.10.11 with SMTP id 11mr7357510anj.53.1222846580888; Wed, 01 Oct 2008 00:36:20 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Wed, 1 Oct 2008 00:36:20 -0700 (PDT) Message-ID: <2d460de70810010036g1e8b257bjb0265f4e0aada37f@mail.gmail.com> Date: Wed, 1 Oct 2008 09:36:20 +0200 From: "Richard Hartmann" To: "Bart Schaefer" Subject: Re: Strange parsing bug(?) Cc: "Zsh hackers list" In-Reply-To: <080930230614.ZM32707@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70809301756j71effaa9waa6b1a1d0736d9b9@mail.gmail.com> <080930230614.ZM32707@torch.brasslantern.com> X-Virus-Scanned: ClamAV 0.92.1/8364/Wed Oct 1 09:11:44 2008 on bifrost X-Virus-Status: Clean On Wed, Oct 1, 2008 at 08:06, Bart Schaefer wrote: > It's not a hidden feature, but it is a feature. Doc says: Yah, I realized that pretty much the second I sent of the initial email.. Stupid me. Richard