Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sun, 7 Dec 2008 04:17:05 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id mB73H3bu020243 for ; Sun, 7 Dec 2008 04:17:04 +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 mB73CMp8025908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 Dec 2008 04:12:22 +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 mB6N19FL004736; Sun, 7 Dec 2008 04:12:10 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 184969 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 7 Dec 2008 04:12:10 +0100 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id mB73CAAf002592 for ; Sun, 7 Dec 2008 04:12:10 +0100 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.246]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id mB73C5fm005592 for ; Sun, 7 Dec 2008 04:12:08 +0100 Received: by rv-out-0708.google.com with SMTP id c5so672339rvf.10 for ; Sat, 06 Dec 2008 19:12:04 -0800 (PST) Received: by 10.141.29.21 with SMTP id g21mr866062rvj.198.1228619524514; Sat, 06 Dec 2008 19:12:04 -0800 (PST) Received: from ?10.0.1.102? (219-90-179-25.ip.adam.com.au [219.90.179.25]) by mx.google.com with ESMTPS id b8sm22535640rvf.3.2008.12.06.19.12.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 06 Dec 2008 19:12:03 -0800 (PST) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v929.2) References: <493AFBDA.7010406@gmx.de> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id mB73CAAf002593 Message-ID: <9412CF6E-1710-4EEF-B682-8B331A126962@gmail.com> Date: Sun, 7 Dec 2008 13:41:57 +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: <493AFBDA.7010406@gmx.de> 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: 07 Dec 2008 03:17:05.0808 (UTC) FILETIME=[480E9900:01C9581A] Status: R X-Status: X-Keywords: X-UID: 5518 On 07/12/2008, at 8:55 AM, Arno Trautmann wrote: > I think, it’s only a tiny typo, but confused me some minutes: On > page 17 > of l3basics, version 2008/11/24, there is the description of > \engine_if_etex: which says > ”This function detects if we’re running an Aleph-based format.“ > It should be ”running an eTeX format“, shouldn’t it? Yes, silly typo by me :) This command will probably end up being removed, and an error called if eTeX is not being used -- it's too hard (or impossible, for somethings) not to use the extended features that eTeX offers. Will