Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Mon, 8 Dec 2008 04:14:34 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id mB83EVuf030552 for ; Mon, 8 Dec 2008 04:14:32 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id mB83ALoT002863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Dec 2008 04:10:21 +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 mB7N2CPM022853; Mon, 8 Dec 2008 04:10:12 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 167656 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 8 Dec 2008 04:10:12 +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 mB83ACXT012211 for ; Mon, 8 Dec 2008 04:10:12 +0100 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id mB83AFkn002831 for ; Mon, 8 Dec 2008 04:10:18 +0100 Received: by rv-out-0506.google.com with SMTP id f9so878260rvb.1 for ; Sun, 07 Dec 2008 19:10:07 -0800 (PST) Received: by 10.140.201.8 with SMTP id y8mr1423544rvf.12.1228705807358; Sun, 07 Dec 2008 19:10:07 -0800 (PST) Received: from ?10.0.1.102? (219-90-163-87.ip.adam.com.au [219.90.163.87]) by mx.google.com with ESMTPS id k37sm6041215rvb.1.2008.12.07.19.10.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Dec 2008 19:10:06 -0800 (PST) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) References: <493AFBDA.7010406@gmx.de> <9412CF6E-1710-4EEF-B682-8B331A126962@gmail.com> <493B9AB7.3040309@morningstar2.co.uk> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Message-ID: <71CAEE42-1E02-442A-ABF4-2C1A734DEBCD@gmail.com> Date: Mon, 8 Dec 2008 13:40:03 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: \engine_if_etex: To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <493B9AB7.3040309@morningstar2.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.599 () BAYES_00 X-Scanned-By: MIMEDefang 2.64 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 08 Dec 2008 03:14:34.0215 (UTC) FILETIME=[181D1770:01C958E3] Status: R X-Status: X-Keywords: X-UID: 5524 On 07/12/2008, at 8:13 PM, Joseph Wright wrote: > > Just to point out (again) that I don't see any test in expl3 for eTeX, > even though the extensions are required (see for example > \tlp_put_right:, where \unexpanded is used). Surely l3names should > have > something like [snip] near the beginning. Yep, I agree 100%. In the spirit of being hasty, (I think I can get away with it in this case) I've now added your code to the beginning of l3names and removed the \engine_if_etex conditional from l3basics. Will