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 o8KAvQaq021736 for ; Mon, 20 Sep 2010 12:57:27 +0200 Received: (qmail 6523 invoked by alias); 20 Sep 2010 10:57:21 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 20 Sep 2010 10:57:19 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx009) with SMTP; 20 Sep 2010 12:57:19 +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 o8KAth4x015564 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Sep 2010 12:55:44 +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 o8KA1WFV012535; Mon, 20 Sep 2010 12:55:39 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 456805 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 20 Sep 2010 12:55:39 +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 o8KAtdYv024828 for ; Mon, 20 Sep 2010 12:55:39 +0200 Received: from mail-px0-f177.google.com (mail-px0-f177.google.com [209.85.212.177]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id o8KAtY62015276 for ; Mon, 20 Sep 2010 12:55:38 +0200 Received: by pxi4 with SMTP id 4so1734554pxi.22 for ; Mon, 20 Sep 2010 03:55:33 -0700 (PDT) Received: by 10.114.132.17 with SMTP id f17mr9490747wad.223.1284980133624; Mon, 20 Sep 2010 03:55:33 -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 c24sm13276289wam.19.2010.09.20.03.55.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Sep 2010 03:55:31 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=iso-8859-1 References: <4C967C9B.5010706@gmx.de> <71ED7A5B-DE11-45D9-9785-95A1DC795080@gmail.com> <4C9724B4.3010301@residenset.net> 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 o8KAtdYv024829 Message-ID: Date: Mon, 20 Sep 2010 20:25:05 +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: 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+23tB3khNK7avqRsgMMVBwlWgrgcyEiCy6eQ7DbfhonniFyqTI PpJNA==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: 6423 On 20/09/2010, at 7:58 PM, Will Robertson wrote: > On 20/09/2010, at 6:39 PM, Lars Hellström wrote: > >> \bool_and_p:nn{}{} >> \bool_or_p:nn {}{} >> \bool_and_p:nnn{}{}{} >> \bool_or_p:nnn {}{}{} >> ... >> >> for as long as one likes to continue that list. > > It would be straightforward to add these to the syntax; there's already \bool_not_p:n and \bool_xor_p:nn. I've just implemented these "and" and "or" functions (with :nnnn variants as well); any objections to adding them to the expl3 code? -- Will