Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Mon, 8 Dec 2008 08:37:47 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id mB87bjBr000312 for ; Mon, 8 Dec 2008 08:37: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 mB87ZhMh004707 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Dec 2008 08:35:43 +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 mB7N2CU6022853; Mon, 8 Dec 2008 08:35:42 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 169571 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 8 Dec 2008 08:35:42 +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 mB87ZgWW030009 for ; Mon, 8 Dec 2008 08:35:42 +0100 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id mB87Zgii022715 for ; Mon, 8 Dec 2008 08:35:45 +0100 Received: from morse.mittelbach-online.de (p54A83D5F.dip.t-dialin.net [84.168.61.95]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis) id 0MKwtQ-1L9aeY2c76-0004Pd; Mon, 08 Dec 2008 08:35:38 +0100 Received: by morse.mittelbach-online.de (Postfix, from userid 501) id CE94A564CC; Mon, 8 Dec 2008 08:35:35 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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> <944107A6-E45B-4F33-8F7B-AF98DC95AB54@gmail.com> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Provags-ID: V01U2FsdGVkX18qyx3mZfAM+U8s2Cv/ipoG8LjBF+Mrk8GNwPs fzvBNUlYN+4Qcl08Klwl3d3TXrUo681Fn75nZ32dDz8ADS/zpa nZ0wTUt6YJ90n6oeFzp7troCdWr0LYR X-Spam-Whitelist-Provider: Message-ID: <18748.52807.627728.138832@morse.mittelbach-online.de> Date: Mon, 8 Dec 2008 08:35:35 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Frank Mittelbach Subject: Re: expl3 "token list" terminology To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <944107A6-E45B-4F33-8F7B-AF98DC95AB54@gmail.com> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -102.464 () BAYES_00,FORGED_RCVD_HELO,USER_IN_WHITELIST 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 07:37:47.0265 (UTC) FILETIME=[DD814710:01C95907] Status: R X-Status: X-Keywords: X-UID: 5527 Will Robertson writes: > 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? that's the problem. It is something like \tlstream or \tstream (operating on an input stream of token (list)), but I'm not sure this makes it better (only longer) Another point to consider is that _tlp is the predominant storage bin used all over the place, so something snappy might be preferable over something longer (such as _tlist) frank