Message from discussion
Adding <?python ?> support? (was Re: TextMate bundle)
Received: by 10.36.145.10 with SMTP id s10mr215250nzd;
Thu, 31 Aug 2006 20:15:49 -0700 (PDT)
Return-Path: <g...@bel-epa.com>
Received: from ashpool.bel-epa.com (ghiggins-adsl.demon.co.uk [83.104.61.47])
by mx.googlegroups.com with ESMTP id v28si213913nzb.2006.08.31.20.15.48;
Thu, 31 Aug 2006 20:15:49 -0700 (PDT)
Received-SPF: pass (googlegroups.com: domain of g...@bel-epa.com designates 83.104.61.47 as permitted sender)
Received: from gjh by ashpool.bel-epa.com with local (Exim 4.43)
id 1GIzVQ-0000Ys-AH
for markup-discuss@googlegroups.com; Fri, 01 Sep 2006 04:15:44 +0100
Received: by ashpool.bel-epa.com (tmda-sendmail, from uid 508);
Fri, 01 Sep 2006 04:15:44 +0100
Received: from ono.bel-epa.com ([192.168.0.8])
by ashpool.bel-epa.com with esmtpa (Exim 4.43) id 1GIzVP-0000Yj-7m
for markup-discuss@googlegroups.com; Fri, 01 Sep 2006 04:15:43 +0100
Mime-Version: 1.0 (Apple Message framework v752.2)
In-Reply-To: <88BAA48B-EF6E-4643-8EA1-6631E346EBBD@gmail.com>
References: <8812FC9D-4F6F-41DA-B8A4-C4F3586FA5A4@gmx.de>
<476b71e80608301137yf6f69d7odc3ff8fa503423b3@mail.gmail.com>
<78A3DEBA-5187-43D9-B69B-1D4251F0F673@gmx.de>
<1157060412.034767.254390@e3g2000cwe.googlegroups.com>
<D4AE56E5-90C9-45EC-8820-1C0EC955B9FE@higginsandmacfarlane.com>
<0F21A5BB-FB26-4484-8D7E-A77A2BBF4133@gmx.de>
<EAA72895-08E0-46E6-94C6-D7611251B2EB@higginsandmacfarlane.com>
<88BAA48B-EF6E-4643-8EA1-6631E346EBBD@gmail.com>
X-Gpgmail-State: !signed
Message-Id: <EB80FEC0-795F-4475-824F-F5A81A656E5C@higginsandmacfarlane.com>
Date: Fri, 1 Sep 2006 04:15:41 +0100
To: markup-discuss@googlegroups.com
X-Mailer: Apple Mail (2.752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: Adding <?python ?> support? (was Re: TextMate bundle)
X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on ashpool.bel-epa.com
X-Spam-Level:
X-Spam-Status: No, score=-7.4 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00,
GREYLIST_ISWHITE autolearn=ham version=3.0.6
X-Delivery-Agent: TMDA/1.1.4 (Edradour)
From: Graham Higgins <gjhigg...@googlemail.com>
X-Primary-Address: g...@bel-epa.com
Sender: <g...@bel-epa.com>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: markup-discuss@googlegroups.com
X-SA-Exim-Mail-From: g...@bel-epa.com
X-SA-Exim-Scanned: No (on ashpool.bel-epa.com); SAEximRunCond expanded to false
On 1 Sep 2006, at 02:46, Kevin Dangoor wrote:
> I'm certain I can find another way to easily handle that login/logout
> link. I've had great success in making some custom generators in
> python that greatly simplify the template code. (One I've made
> independently in a couple of different contexts is an iterator that
> returns: item, odd, first, last for each iteration. Very handy!)
That rather neatly illustrates the issues. Idiomatic use of template
functions usefully simplifies the template code. The PI allows the
creation of those idioms/abstractions to be deferred until a
convenient time.
Cheers,
Graham.