Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sun, 2 Dec 2007 14:45:04 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id lB2DiwrM015039 for ; Sun, 2 Dec 2007 14:44:59 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id lB2DYNdO014842 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 2 Dec 2007 14:34:23 +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 lB1N1EhF028741; Sun, 2 Dec 2007 14:35:49 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 200633 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 2 Dec 2007 14:35:49 +0100 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 lB2DZnia016369 for ; Sun, 2 Dec 2007 14:35:49 +0100 Received: from mx04.kabsi.at (mx04.kabsi.at [62.40.128.131]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id lB2DXkbM014542 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 2 Dec 2007 14:33:51 +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 lB2DZY6Z025713 for ; Sun, 2 Dec 2007 14:35:34 +0100 Received: by buckbeak.hogwarts (Postfix, from userid 1000) id 8E5FC331503; Sun, 2 Dec 2007 14:35:33 +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: <87k5nxw76i.fsf@buckbeak.hogwarts> Date: Sun, 2 Dec 2007 14:35:33 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Andreas Matthias Subject: Misleading cs names? 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: 02 Dec 2007 13:45:04.0201 (UTC) FILETIME=[8ADFDB90:01C834E9] Status: R X-Status: X-Keywords: X-UID: 5088 Recently, the names of some control sequences were changed in svn. Maybe this is a good time to think about other names as well. * \int_set:Nn uses \numexpr to scan its second argument. Shouldn't it rather be called \int_set:Nx? The same would apply to \int_add:Nn, \int_sub:Nn, ..., \int_to_arabic:n, ..., \int_compare:nNnTF, ... about most of the control sequence names in l3int. And l3skip. * \quark_if_no_value gives the impression that this is a test `if a quark has no value'. But actually it is a test `if a token list is equal to \q_no_value'. Wouldn't \tlist_if_q_no_value be a better name? Same for: \quark_if_nil --> \tlist_if_q_nil Ciao Andreas