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 o8RDk9n8021509 for ; Mon, 27 Sep 2010 15:46:10 +0200 Received: (qmail 22833 invoked by alias); 27 Sep 2010 13:46:03 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 27 Sep 2010 13:45:56 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx051) with SMTP; 27 Sep 2010 15:45:56 +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 o8RDh09c025179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Sep 2010 15:43:00 +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 o8RBXtEw027465; Mon, 27 Sep 2010 15:43:31 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 478416 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 27 Sep 2010 15:43:31 +0200 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 o8RDhV72014725 for ; Mon, 27 Sep 2010 15:43:31 +0200 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.8]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id o8RDgs57024968 for ; Mon, 27 Sep 2010 15:42:58 +0200 Received: from morse.mittelbach-online.de (p54A83EBC.dip.t-dialin.net [84.168.62.188]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0Luahc-1OZnAc31rU-00zh3w; Mon, 27 Sep 2010 15:43:26 +0200 Received: by morse.mittelbach-online.de (Postfix, from userid 501) id BD46466933; Mon, 27 Sep 2010 15:43:23 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <472641.94550.qm@web28612.mail.ukl.yahoo.com> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Provags-ID: V02:K0:J86NUUPbP0ReguVOsp0RxhBtulezmvOLWYXyzhaf261 TNjYXv5MzPrAZ5zfjx66usO7uBDunLKUqkFT2JxJxXwk0UcA9F LX66wPBuOltZDbOFoH2BE4AwC6x6qdCq8U/L7896XiEZC7M+r9 NOTgwX53VHLxI/jRYe+Y3B/1aIVXCudZnY2Wy4lThxqz56bry9 MlcRxC44AHchjVcz5GrlQ== X-Spam-Whitelist-Provider: Message-ID: <19616.40827.690663.608881@morse.mittelbach-online.de> Date: Mon, 27 Sep 2010 15:43:23 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Frank Mittelbach Subject: Re: Newest expl3 update breaks xtemplate To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <472641.94550.qm@web28612.mail.ukl.yahoo.com> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe+OynZRhvlGqb5A0X bbiCt2rAnnct/NAlbHMvoAL6GY+23tB3khNK7Y6oT1sPizBjJUAOds0oJBO/5TIz9C5741aj9GOJ bE70Q==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: 6445 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