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 q4OAuHl2005699 for ; Thu, 24 May 2012 12:56:18 +0200 Received: (qmail 8273 invoked by alias); 24 May 2012 10:56:06 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 24 May 2012 10:56:06 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx044) with SMTP; 24 May 2012 12:56:06 +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 q4OArotB023760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 May 2012 12:53:50 +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 q4OA2iIJ006444; Thu, 24 May 2012 12:53:49 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1994906 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 24 May 2012 12:53:49 +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 q4OArn25023834 for ; Thu, 24 May 2012 12:53:49 +0200 Received: from mail-vb0-f49.google.com (mail-vb0-f49.google.com [209.85.212.49]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id q4OAqr78022677 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL) for ; Thu, 24 May 2012 12:53:48 +0200 Received: by vbbfo1 with SMTP id fo1so8048279vbb.22 for ; Thu, 24 May 2012 03:52:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.28.178 with SMTP id c18mr9092452vdh.45.1337856773165; Thu, 24 May 2012 03:52:53 -0700 (PDT) Received: by 10.220.141.131 with HTTP; Thu, 24 May 2012 03:52:52 -0700 (PDT) References: <4FBD51ED.3070908@morningstar2.co.uk> Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Whitelist: Message-ID: Date: Thu, 24 May 2012 12:52:52 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Bruno Le Floch Subject: Re: Deprecated functions To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4FBD51ED.3070908@morningstar2.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (BackTrace mail analyze); Detail=5D7Q89H36p4L00VTXC6D4q0N+AH0PUCnGL2vqOgpaBYL16oitsMrgDt/NQNpSCZFFjDOy 97xb7Zpf+wZnd5ZXNcvLDXR3Wg3wRjdQbwEMh8=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: 7053 Hello all, A small correction: \clist_use:N should be replaced by \tl_use:N since that function inserts the comma list in the input stream, including the commas. The alternative suggested by Joseph removes the commas. -- Bruno Le Floch On 5/23/12, Joseph Wright wrote: > Hello all, > > The following functions have been deprecated and will be removed after > 2012-08-31 with no replacement direct: > > \clist_use:N > \seq_use:N > > The appropriate alternatives at present are > > \clist_map_function:NN \use:n > \seq_map_function:NN \use:n > -- > Joseph Wright >