Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 26 Feb 2009 09:30:24 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n1Q8WTsp031808 for ; Thu, 26 Feb 2009 09:32:34 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n1Q8PEa5000403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Feb 2009 09:25:14 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id n1Q3rPQB003276; Thu, 26 Feb 2009 09:25:13 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 187584 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 26 Feb 2009 09:25:13 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id n1Q8PDoT029412 for ; Thu, 26 Feb 2009 09:25:13 +0100 Received: from mailgate5.uea.ac.uk (mailgate5.uea.ac.uk [139.222.130.185]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id n1Q8OrTv022826 for ; Thu, 26 Feb 2009 09:24:56 +0100 Received: from [139.222.131.131] (helo=ueams02.uea.ac.uk) by mailgate5.uea.ac.uk with esmtp (Exim 4.50) id 1LcbY4-0005bA-6e for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 26 Feb 2009 08:24:52 +0000 Received: from [139.222.114.250] by ueams02.uea.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1LcbXx-0006J6-Vr for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 26 Feb 2009 08:24:45 +0000 User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 References: <49A453A1.9040000@morningstar2.co.uk> <18853.41885.687824.539619@morse.mittelbach-online.de> <6173011C-79F7-4BD1-A948-EBBCFEE06A0B@gmail.com> <49A63F88.7020507@morningstar2.co.uk> <310BAF49-D111-49E6-82E9-DE84908F987A@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <49A651D4.8020103@morningstar2.co.uk> Date: Thu, 26 Feb 2009 08:24:52 +0000 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Re: Missing expl3 primitives To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <310BAF49-D111-49E6-82E9-DE84908F987A@gmail.com> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -4 () RCVD_IN_DNSWL_MED X-Scanned-By: MIMEDefang 2.65 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 26 Feb 2009 08:30:24.0375 (UTC) FILETIME=[78560870:01C997EC] Status: R X-Status: X-Keywords: X-UID: 5689 Will Robertson wrote: > Well, I'll leave it there for now but I wonder if that implies we need a > macro that has "setup" parameters: > > \tlist_rescan:nn{ > \char_make_other:N \$ > \int_set:Nn \endlinechar {\c_minus_one} > }{ > $a^1$ > } Hello Will, Not a bad idea: fits in with the whole expl3 concept as it removes some of the detail (which most people don't care about). Joseph