Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Mon, 8 Dec 2008 04:19:47 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id mB83Ji2o030631 for ; Mon, 8 Dec 2008 04:19:45 +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 mB83Gib4020738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Dec 2008 04:16:44 +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 mB7N2CPc022853; Mon, 8 Dec 2008 04:16:43 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 167705 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 8 Dec 2008 04:16:43 +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 mB83Gg8q012630 for ; Mon, 8 Dec 2008 04:16:43 +0100 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.241]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id mB83Gcff020706 for ; Mon, 8 Dec 2008 04:16:41 +0100 Received: by rv-out-0708.google.com with SMTP id c5so1043467rvf.10 for ; Sun, 07 Dec 2008 19:16:37 -0800 (PST) Received: by 10.141.15.19 with SMTP id s19mr636506rvi.104.1228706197821; Sun, 07 Dec 2008 19:16:37 -0800 (PST) Received: from ?10.0.1.102? (219-90-163-87.ip.adam.com.au [219.90.163.87]) by mx.google.com with ESMTPS id c20sm5444587rvf.9.2008.12.07.19.16.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Dec 2008 19:16:37 -0800 (PST) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) References: <4936E30A.5080209@morningstar2.co.uk> <87ljuxlybp.fsf@fawkes.hogwarts> <49370743.7050004@morningstar2.co.uk> <18745.37877.845526.230207@morse.mittelbach-online.de> <18747.60665.106015.681211@morse.mittelbach-online.de> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Message-ID: <944107A6-E45B-4F33-8F7B-AF98DC95AB54@gmail.com> Date: Mon, 8 Dec 2008 13:46:34 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: expl3 "token list" terminology To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <18747.60665.106015.681211@morse.mittelbach-online.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.599 () BAYES_00 X-Scanned-By: MIMEDefang 2.64 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 08 Dec 2008 03:19:47.0447 (UTC) FILETIME=[D2D08070:01C958E3] Status: R X-Status: X-Keywords: X-UID: 5525 On 08/12/2008, at 2:04 AM, Frank Mittelbach wrote: > > well you got me thinking on that level, because tlp could be named > tlist to > fit with plist clist. > > the problem seems to be more in the later addition of the \tlist > functions > that in contrast to anything else do not operate on some storage > bins but on > tokens in the input stream. Hmmm, I agree tlist would be nice and consistent; after all we don't have "clist pointers" and "plist pointers". But then what would we rename what are currently tlists? >> So in the documentation when we write >> \toks_set:Nn {} >> cf. >> \tlp_set:Nn {} > > which is perfectly correct as far as I can see. Am I dense? > ... yes, ok I am, there is one difference in the handling of #. > Anything else? Not as far as I'm aware... >> I'm still thinking there's nothing we can do but refer to the >> contents >> of both as "token lists" and just mention the differences at the >> beginning of l3tlp and l3toks. > > probably; a quick read through the TeX book seems to indicate that > Don also > didn't try to work this out in his BNF in both cases it is text> Okay, that settles it. "token list" is fine for both (which I prefer to "balanced text", for what it's worth). Will