From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22062 invoked from network); 20 Dec 2008 15:18:11 -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.4 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; 20 Dec 2008 15:18:11 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 58446 invoked from network); 20 Dec 2008 15:18:07 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Dec 2008 15:18:07 -0000 Received: (qmail 14991 invoked by alias); 20 Dec 2008 15:18:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26163 Received: (qmail 14974 invoked from network); 20 Dec 2008 15:18:02 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 20 Dec 2008 15:18:02 -0000 Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by bifrost.dotsrc.org (Postfix) with ESMTP id 2899880590EB for ; Sat, 20 Dec 2008 16:17:59 +0100 (CET) Received: by yx-out-2324.google.com with SMTP id 31so476602yxl.81 for ; Sat, 20 Dec 2008 07:17:58 -0800 (PST) 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=zT7+lCkaO0+Fa4Sfpnhr3D2G7K9hAgG01fQoUo2XTB4=; b=Bo5VuI3OxoyoJlEVRd19DelP8RKlBU7h7NUpjQkDVKSv1ZcXJK13uAUx4NJg754cu4 9jAzMjFzJSaM5IrEzmVrsT5W8gxbLQaM9Y503Nz5S6d+gwgwq6YwyW+fWCwfJHn8gYoy 1f2p2kM7zxo1PxZW9T1OEjzpQjR84vOJgw1lQ= 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=CGK4cS+2QPlXtaD8AJhzcDyH589LUkbecs8DWsdkqfm4oHPiLAkSTBeXp3F7cTsFm1 OsIKdKkDnj5ETfMtLVtg2yNHm9KeGYOTguVEn3D0kRK56C345rWUXA8GWLV7pdp6+2XN zQIm+Rk/bjzioDjifc3/FDKP/8RGD+MbnAVPk= Received: by 10.100.109.13 with SMTP id h13mr2920711anc.21.1229786269673; Sat, 20 Dec 2008 07:17:49 -0800 (PST) Received: by 10.100.43.19 with HTTP; Sat, 20 Dec 2008 07:17:49 -0800 (PST) Message-ID: <2d460de70812200717qe89aaaaw1afef67130656141@mail.gmail.com> Date: Sat, 20 Dec 2008 16:17:49 +0100 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: Plans for zle_highlighting? Cc: "Zsh Workers" In-Reply-To: <200812180955.mBI9t4Ib004356@news01.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70812171453v52c1723cse9d6a0b8a3395043@mail.gmail.com> <081217180953.ZM20147@torch.brasslantern.com> <200812180955.mBI9t4Ib004356@news01.csr.com> X-Virus-Scanned: ClamAV 0.92.1/8787/Sat Dec 20 08:10:43 2008 on bifrost X-Virus-Status: Clean On Thu, Dec 18, 2008 at 10:55, Peter Stephenson wrote: > This is all entirely for the practical reasons Bart mentioned. Thanks for the clarification :) RIchard