Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sun, 30 Dec 2007 21:56:26 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id lBUKuKlx032186 for ; Sun, 30 Dec 2007 21:56:21 +0100 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 lBUKj8Vk005127 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 30 Dec 2007 21:45:09 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id lBTN1GZH005934; Sun, 30 Dec 2007 21:44:53 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 238609 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 30 Dec 2007 21:44:52 +0100 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 lBUKiqSX031153 for ; Sun, 30 Dec 2007 21:44:52 +0100 Received: from mx04.kabsi.at (mx04.kabsi.at [62.40.128.131]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id lBUKiec8003718 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 30 Dec 2007 21:44:45 +0100 Received: from buckbeak.hogwarts (h081217001071.dyn.cm.kabsi.at [81.217.1.71]) by mx04.kabsi.at (8.13.8/8.13.8) with SMTP id lBUKie8L020551 for ; Sun, 30 Dec 2007 21:44:40 +0100 Received: by buckbeak.hogwarts (Postfix, from userid 1000) id 756AA330037; Sun, 30 Dec 2007 21:44:39 +0100 (CET) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <87abnr6hfs.fsf@buckbeak.hogwarts> Date: Sun, 30 Dec 2007 21:44:39 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Andreas Matthias Subject: \toks_if_eq_p:.. missing To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.464 () BAYES_00,FORGED_RCVD_HELO X-Scanned-By: MIMEDefang 2.57 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 30 Dec 2007 20:56:26.0780 (UTC) FILETIME=[71A8FDC0:01C84B26] Status: R X-Status: X-Keywords: X-UID: 5140 I am missing the predicate functions \toks_if_eq_p:.. in l3toks. Somethings like: \def_new:NNn \toks_if_eq_p:NN 2 { \tlist_if_eq_p:xx {\toks_use:N #1} {\toks_use:N #2} } \def_new:Npn \toks_if_eq_p:cN {\exp_args:Nc \toks_if_eq_p:NN} \def_new:Npn \toks_if_eq_p:Nc {\exp_args:NNc \toks_if_eq_p:NN} \def_new:Npn \toks_if_eq_p:cc {\exp_args:Ncc \toks_if_eq_p:NN} I think they should not be missing, especially since all predicate functions of \tlp_if_eq_p:.. and \tlist_if_eq_p:.. exist. Ciao Andreas