Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Mon, 8 Dec 2008 11:00:34 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id mB8A0TC5001994 for ; Mon, 8 Dec 2008 11:00:31 +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 mB89vSBi004993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Dec 2008 10:57:28 +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 mB7N2Ccq022853; Mon, 8 Dec 2008 10:57:18 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 170984 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 8 Dec 2008 10:57:17 +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 mB89vHE6012113 for ; Mon, 8 Dec 2008 10:57:17 +0100 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id mB89vIY3004869 for ; Mon, 8 Dec 2008 10:57:22 +0100 Received: by rv-out-0506.google.com with SMTP id f9so956282rvb.2 for ; Mon, 08 Dec 2008 01:57:12 -0800 (PST) Received: by 10.140.174.11 with SMTP id w11mr1561656rve.280.1228730232667; Mon, 08 Dec 2008 01:57:12 -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 f21sm26070024rvb.5.2008.12.08.01.57.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Dec 2008 01:57:12 -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> <71CAEE42-1E02-442A-ABF4-2C1A734DEBCD@gmail.com> <493CD479.6050304@morningstar2.co.uk> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Message-ID: <4C3FD37B-9C42-4127-981E-116AF37081F2@gmail.com> Date: Mon, 8 Dec 2008 20:27:09 +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: <493CD479.6050304@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 10:00:35.0257 (UTC) FILETIME=[D06D1A90:01C9591B] Status: R X-Status: X-Keywords: X-UID: 5529 On 08/12/2008, at 6:32 PM, Joseph Wright wrote: > Will Robertson wrote: > >> >> 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. > > You've added for initex as well as for the package. For initex, you'd > need to have a different test (or change both), as I've used > \@ifundefined and \PackageError, which of course need LaTeX2e. Oops, of course. Completely wasn't thinking -- thanks for checking up on me! W