Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sun, 25 Jan 2009 02:52:36 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id n0P1qYr2012333 for ; Sun, 25 Jan 2009 02:52:35 +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 n0P1nMMp002924 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Jan 2009 02:49:22 +0100 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 n0ON1b8T012560; Sun, 25 Jan 2009 02:49:12 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 167907 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 25 Jan 2009 02:49:11 +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 n0P1nBbr026684 for ; Sun, 25 Jan 2009 02:49:11 +0100 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.240]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n0P1n6GJ000307 for ; Sun, 25 Jan 2009 02:49:10 +0100 Received: by rv-out-0708.google.com with SMTP id c5so5652377rvf.10 for ; Sat, 24 Jan 2009 17:49:05 -0800 (PST) Received: by 10.140.171.18 with SMTP id t18mr1216472rve.95.1232848145437; Sat, 24 Jan 2009 17:49:05 -0800 (PST) Received: from ?10.0.1.100? (219-90-231-152.ip.adam.com.au [219.90.231.152]) by mx.google.com with ESMTPS id k41sm11288068rvb.3.2009.01.24.17.49.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Jan 2009 17:49:04 -0800 (PST) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) References: <497B7903.4020500@morningstar2.co.uk> X-Mailer: Apple Mail (2.930.3) X-Spam-Whitelist: Message-ID: Date: Sun, 25 Jan 2009 12:19:00 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: comma lists, semicolon lists, vbar lists To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <497B7903.4020500@morningstar2.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: 0.401 () BAYES_00,LOCAL_STRANGE_CHEMICALS X-Scanned-By: MIMEDefang 2.64 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 25 Jan 2009 01:52:36.0131 (UTC) FILETIME=[98890730:01C97E8F] Status: R X-Status: X-Keywords: X-UID: 5639 Hi, Thanks Paul and Joseph for the quick replies. Paul, I do hope that expl3 will provide at least the basics of the functions you describe. Indeed, some of them are already there. On 25/01/2009, at 6:54 AM, Joseph Wright wrote: > I'd favour sticking with just comma lists (by far the most common > type), > and providing the arbitrary function you describe. While LaTeX3 is > supposed to have a good programming base, I'd expect that the > specialised ideas you suggest are rare enough that they can be handled > at a module level, not in the kernel. After a good sleep :) I now agree with you. Thanks for indulging my rambling. Will