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 p7D6Bgwv018245 for ; Sat, 13 Aug 2011 08:11:43 +0200 Received: (qmail 8905 invoked by alias); 13 Aug 2011 06:11:37 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 13 Aug 2011 06:11:36 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx005) with SMTP; 13 Aug 2011 08:11:36 +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 p7D693Kn002434 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 13 Aug 2011 08:09:03 +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 p7CM15f1019929; Sat, 13 Aug 2011 08:09:02 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1542445 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sat, 13 Aug 2011 08:09:02 +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 p7D5x2eW021319 for ; Sat, 13 Aug 2011 07:59:02 +0200 Received: from ix.urz.uni-heidelberg.de (cyrus-portal.urz.uni-heidelberg.de [129.206.100.176]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p7D5x1uV004696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 13 Aug 2011 07:59:02 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by ix.urz.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p7D5x1Qh015791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 13 Aug 2011 07:59:01 +0200 Received: from mail-yx0-f177.google.com (mail-yx0-f177.google.com [209.85.213.177]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p7D5wqVC032761 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Sat, 13 Aug 2011 07:58:56 +0200 Received: by yxk8 with SMTP id 8so2596531yxk.36 for ; Fri, 12 Aug 2011 22:58:52 -0700 (PDT) Received: by 10.101.213.23 with SMTP id p23mr1755607anq.126.1313215131749; Fri, 12 Aug 2011 22:58:51 -0700 (PDT) Received: from dale.caliginous.net (c-67-165-179-226.hsd1.il.comcast.net [67.165.179.226]) by mx.google.com with ESMTPS id h36sm3118822anm.29.2011.08.12.22.58.50 (version=SSLv3 cipher=OTHER); Fri, 12 Aug 2011 22:58:50 -0700 (PDT) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Flag: No X-Envelope-From: X-Spam-Status: No, hits=-1.20 required=5 tests=AWL,BAYES_00,BOTNET_SERVERWORDS,L_P0F_C_DSL,L_P0F_Linux, MN_CAPSNOSPACE,RCVD_IN_DNSWL_LOW Message-ID: <4E461299.5010000@codefu.org> Date: Sat, 13 Aug 2011 00:58:49 -0500 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Dale Sedivec Subject: ExplSyntaxNamesOff and colons To: LATEX-L@listserv.uni-heidelberg.de Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (eXpurgate); Detail=5D7Q89H36p5A/8mPCXmHe1cilB9OM3bGXcYRko1qWEBJQ9tuERw80WvTdymDorqiRXeJS bzYDH6cvh0DYsn1ZWxKqzSv/yuMmXbyGph+N8M+K3bx5+JnEo+PpHaCnlAT1OOC6eVzRL1hZhUve YY/dJqKa1ZUfFLF7/DEjJxyYB7NXBqy6wx3u51cv0+dPghiWDkXjvvf18dBzQ2NICKKntDZD970F XaNfHbMAwZ3Dv0=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: 6806 Hi, I'm a MacTeX 2011 user. I was working on a document that used expl3, then I decided to run the TeX Live Utility to update my installation. After updating I could no longer build my document. After a lot of trial and error I think I've come up with a minimal example to demonstrate my problem: ~~~~~~ \documentclass{article} \usepackage{expl3} \ExplSyntaxNamesOn \ExplSyntaxNamesOff \begin{document} Colons break: boom! \end{document} ~~~~~~ Here are the errors I get when I run pdflatex over that: ~~~~~~ ! Missing $ inserted. $ l.10 Colons break: boom! ! Missing $ inserted. $ l.11 ~~~~~~ PRIOR to updating today, the $Id$ substitutions in my installation indicated I had something like expl3 from SVN revision 2246. That revision worked fine with the above example. My newly-updated version of the LaTeX3 packages as well as the latest version from GitHub both produce the same errors as above. When I use \ExplSyntaxOff instead of \ExplSyntaxNamesOff, or if I copy in the definition for \ExplSyntaxNamesOff from r2246, the above code works. Is this my fault or is this a bug? Thanks, Dale