Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id o8RFI3uh011626 for ; Mon, 27 Sep 2010 17:18:05 +0200 Received: (qmail 9874 invoked by alias); 27 Sep 2010 15:17:59 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 27 Sep 2010 15:17:58 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx057) with SMTP; 27 Sep 2010 17:17:58 +0200 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 o8RFEW2Z013007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Sep 2010 17:14:32 +0200 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 o8RE1owC027465; Mon, 27 Sep 2010 17:15:04 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 486658 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 27 Sep 2010 17:15:04 +0200 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 o8RFF40Q006811 for ; Mon, 27 Sep 2010 17:15:04 +0200 Received: from ueamailgate02.uea.ac.uk (ueamailgate02.uea.ac.uk [139.222.131.185]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id o8RFEMWK019857 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 27 Sep 2010 17:14:25 +0200 Received: from ueams02.uea.ac.uk (ueams02.uea.ac.uk [139.222.131.131]) by ueamailgate02.uea.ac.uk (8.13.8/8.13.8) with ESMTP id o8RFEYxh006320; Mon, 27 Sep 2010 16:14:34 +0100 Received: from [139.222.201.121] by ueams02.uea.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1P0FPU-0000k9-DR; Mon, 27 Sep 2010 16:14:32 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 References: <472641.94550.qm@web28612.mail.ukl.yahoo.com> <19616.40827.690663.608881@morse.mittelbach-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN, outgoing) X-CanIt-Geo: ip=139.222.131.131; country=GB; region=I9; city=Norwich; latitude=52.6333; longitude=1.3000; http://maps.google.com/maps?q=52.6333,1.3000&z=6 X-CanItPRO-Stream: UEA:outgoing (inherits from UEA:default,base:default) X-Canit-Stats-ID: 59127490 - 19520b3d26fe - 20100927 X-Scanned-By: CanIt (www . roaringpenguin . com) on 139.222.131.185 Message-ID: <4CA0B4E3.4090501@morningstar2.co.uk> Date: Mon, 27 Sep 2010 16:14:43 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Re: Newest expl3 update breaks xtemplate To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <19616.40827.690663.608881@morse.mittelbach-online.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p4U4jfdfC5HDevlx1X2sAZgP9e9F2VTUYI/FLDAh5vXTVin+wznIYULO4W8f iu4UIHVeutAdNYNyhIIRpjhB4NMqCt7OvFNAZ1Wfx4FZJc627ijqKNPBMry42D3C0vBPyK5et6Ko fYsJQ==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6447 On 27/09/2010 14:43, Frank Mittelbach wrote: > Hi Philipp > > > Hello, > > the newest update of expl3 breaks xtemplate: > > > > \documentclass{minimal} > > \usepackage{xtemplate} > > \DeclareObjectType{test}{0} > > \DeclareTemplateInterface{test}{test}{0}{a:tokenlist={}} > > \begin{document} > > \null > > \end{document} > > > > results in > > > > ! Undefined control sequence. > > \xtemplate_parse_keys_elt_aux:n #1->\tl_if_eq:VnT > > \l_xtemplate_keytype_tl > > {#... > > I think we have a timing issue here. with the changes in expl3 that we > did, a number of function calls in the xpackages also changed their name and > perhaps those didn't got updated on CTAN (also I thought we wanted to keep the > old names around for compat reasons for a while ... something slipped here) > > guess we need to do this better next time > > on svn the function in question reads > > \cs_new_nopar:Npn \xtemplate_parse_keys_elt_aux:n #1 { > \str_if_eq:VnT \l_xtemplate_keytype_tl {#1} { > > > guess we will see a corrected version of these packages on CTAN soon > > frank These went to CTAN at the same time but apparently the xpackage upload was defective. I'll redo the .zip file and send it again now. -- Joseph Wright