Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Dec 2008 00:40:31 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id mB3NeSvE003322 for ; Thu, 4 Dec 2008 00:40:29 +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 mB3NaTf5005510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 4 Dec 2008 00:36:29 +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 mB3N1ciN008667; Thu, 4 Dec 2008 00:36:28 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 182488 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 4 Dec 2008 00:36:28 +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 mB3NaS0M011880 for ; Thu, 4 Dec 2008 00:36:28 +0100 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.244]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id mB3NaNqs005422 for ; Thu, 4 Dec 2008 00:36:27 +0100 Received: by rv-out-0708.google.com with SMTP id c5so3705800rvf.10 for ; Wed, 03 Dec 2008 15:36:23 -0800 (PST) Received: by 10.140.127.20 with SMTP id z20mr6578226rvc.100.1228347383108; Wed, 03 Dec 2008 15:36:23 -0800 (PST) Received: from ?10.0.1.102? (219-90-188-36.ip.adam.com.au [219.90.188.36]) by mx.google.com with ESMTPS id c20sm6271404rvf.9.2008.12.03.15.36.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 03 Dec 2008 15:36:22 -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: <4936887F.2080304@morningstar2.co.uk> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Message-ID: <2927DDEB-1C99-40CC-A53F-41C7A92CC264@gmail.com> Date: Thu, 4 Dec 2008 10:06:17 +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: <4936887F.2080304@morningstar2.co.uk> 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: 03 Dec 2008 23:40:31.0326 (UTC) FILETIME=[8780BFE0:01C955A0] Status: R X-Status: X-Keywords: X-UID: 5494 Hi Joseph & Andreas & others, On 03/12/2008, at 11:54 PM, Joseph Wright wrote: > I'd call it a string, but there we are. (Most other languages use the > term "string" for stored text: token lists are a very TeX idea.) > However, "character list" sounds okay to me. I changed my mind, overnight -- to me, "character list" doesn't really convey the contents of a "token list" like {\ifx\tmpa\empty foo\else bar\fi} I wasn't really thinking of changing the name of the module at this stage, I was just trying to clarify the documentation a little. Perhaps it would be fine to continue to use "token list" for each and just explain in more detail what we mean by this at the beginning of l3tlp and l3toks. * * * Silly idea: call one "list of tokens" or even just "tokens" and the other "token list" :) But which would be which? Will