Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 27 Nov 2008 15:08:36 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id mARE8Ygh007281 for ; Thu, 27 Nov 2008 15:08:34 +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 mARE4HBI013171 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Nov 2008 15:04:17 +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 mAQN18hD022759; Thu, 27 Nov 2008 15:04:00 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 180514 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 27 Nov 2008 15:04:00 +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 mARE40oW010913 for ; Thu, 27 Nov 2008 15:04:00 +0100 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.247]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id mARE3s1s012451 for ; Thu, 27 Nov 2008 15:03:58 +0100 Received: by rv-out-0708.google.com with SMTP id c5so960975rvf.10 for ; Thu, 27 Nov 2008 06:03:54 -0800 (PST) Received: by 10.141.177.2 with SMTP id e2mr3391015rvp.269.1227794634106; Thu, 27 Nov 2008 06:03:54 -0800 (PST) Received: from ?10.0.1.100? (122-49-160-236.ip.adam.com.au [122.49.160.236]) by mx.google.com with ESMTPS id g22sm1022962rvb.8.2008.11.27.06.03.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 27 Nov 2008 06:03:53 -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: <492E55E9.3000904@gmx.de> <492E7443.8040508@morningstar2.co.uk> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Message-ID: Date: Fri, 28 Nov 2008 00:33:48 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: XeTeX, LuaTeX? To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <492E7443.8040508@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: 27 Nov 2008 14:08:36.0497 (UTC) FILETIME=[A3CAE010:01C95099] Status: R X-Status: X-Keywords: X-UID: 5476 On 27/11/2008, at 8:49 PM, Joseph Wright wrote: >> Has the code to be >> re-written to take benefit of new features? > > Not at the moment. For XeTeX, I'm not sure there would be so much > to do > (port fontspec, basically). For LuaTeX, my impression is that LaTeX3 > will not use any Lua features in the LaTeX kernel. There is already > too > much work to do to get LaTeX3 finished as it is. The other side of the story is that LaTeX3 should be as compatible as possible using both XeTeX *and* LuaTeX, and their capabilities vary quite a bit. So the aim at the moment is to build a system that relies only on e- TeX as a base system -- and we'll see what the future brings :) Will