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 o8KACseD013625 for ; Mon, 20 Sep 2010 12:12:55 +0200 Received: (qmail 18484 invoked by alias); 20 Sep 2010 10:12:49 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 20 Sep 2010 10:12:49 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx005) with SMTP; 20 Sep 2010 12:12:49 +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 o8KAAIvq028203 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Sep 2010 12:10:18 +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 o8KA1WCf012535; Mon, 20 Sep 2010 12:10:15 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 456599 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 20 Sep 2010 12:10:15 +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 o8KAAFnF021090 for ; Mon, 20 Sep 2010 12:10:15 +0200 Received: from mail-pz0-f49.google.com (mail-pz0-f49.google.com [209.85.210.49]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id o8KAB28m021176 for ; Mon, 20 Sep 2010 12:11:06 +0200 Received: by pzk32 with SMTP id 32so1723559pzk.22 for ; Mon, 20 Sep 2010 03:10:09 -0700 (PDT) Received: by 10.114.127.18 with SMTP id z18mr9706573wac.171.1284977409639; Mon, 20 Sep 2010 03:10:09 -0700 (PDT) Received: from staff-251-218.wireless.adelaide.edu.au (staff-251-218.wireless.adelaide.edu.au [129.127.251.218]) by mx.google.com with ESMTPS id s5sm13204522wak.12.2010.09.20.03.10.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Sep 2010 03:10:08 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) References: <4C967C9B.5010706@gmx.de> X-Mailer: Apple Mail (2.1081) X-Spam-Whitelist: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id o8KAAFnF021091 Message-ID: <49DBA23D-3244-42EC-B900-A13CD42BB8D6@gmail.com> Date: Mon, 20 Sep 2010 19:40:03 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: boolean expressions in ExplSyntaxNames To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4C967C9B.5010706@gmx.de> 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: 6420 On 20/09/2010, at 6:41 AM, Arno Trautmann wrote: > %% works fine up to here > > \ExplSyntaxNamesOn > \bool_if_p:n{ > \intexpr_compare_p:n {2=3} || > \intexpr_compare_p:n {4=4} > } > \ExplSyntaxNamesOff > > \end{document} > > In SyntaxNames, I get the error > > ! Use of \bool_|_0:w doesn't match its definition. > \intexpr_compare_p:n {2=3} || Sorry for all the trouble, Arno. This one was my fault in a recent change. I wrote "other" in the comment to the code but typed "11" for the catcode -- foolish me. All fixed in the SVN code, now, and an update to CTAN will occur sometime sooner or later. Sincerely, -- Will