Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 1 Jan 2009 14:51:15 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id n01DpDfh004513 for ; Thu, 1 Jan 2009 14:51:14 +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 n01DlZO0008896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Jan 2009 14:47:35 +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 mBVN1DBP028981; Thu, 1 Jan 2009 14:47:24 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 185108 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 1 Jan 2009 14:47:24 +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 n01DlOLG004121 for ; Thu, 1 Jan 2009 14:47:24 +0100 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.249]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n01DlI1B013536 for ; Thu, 1 Jan 2009 14:47:22 +0100 Received: by rv-out-0708.google.com with SMTP id c5so6782293rvf.10 for ; Thu, 01 Jan 2009 05:47:18 -0800 (PST) Received: by 10.141.115.20 with SMTP id s20mr8311131rvm.255.1230817638146; Thu, 01 Jan 2009 05:47:18 -0800 (PST) Received: from ?10.0.1.100? (219-90-170-108.ip.adam.com.au [219.90.170.108]) by mx.google.com with ESMTPS id k41sm18728274rvb.9.2009.01.01.05.47.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 01 Jan 2009 05:47:17 -0800 (PST) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v929.2) References: <495160FA.8000004@morningstar2.co.uk> <9EECA5EE-12A7-4C01-8311-7658BD3E8E04@gmail.com> <21363E65-E3FB-4495-A94E-6789AC0619A0@gmail.com> <18778.35736.43421.950797@morse.mittelbach-online.de> <8A5C4EC7-9242-4A0E-9644-7BCE1BA029CC@gmail.com> <495CB38E.4060400@morningstar2.co.uk> <495CBF58.4090208@gmx.de> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id n01DlOLG004122 Message-ID: <7E1CEE5E-2BF3-44AB-905D-6C3260D04765@gmail.com> Date: Fri, 2 Jan 2009 00:17:12 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: Back to "token list" nomenclature; was Re: \tlist_if_eq:nn To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <495CBF58.4090208@gmx.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: 01 Jan 2009 13:51:15.0552 (UTC) FILETIME=[03CC8600:01C96C18] Status: R X-Status: X-Keywords: X-UID: 5561 On 01/01/2009, at 11:34 PM, Arno Trautmann wrote: > But then I would say \catcode =12 to everything else, excluding only \ > and maybe {} for grouping. Maybe even the meaning of % and \% could be > interchanged: % in normal Text and \% as comment? > Or is that too much changed?… I'd definitely like to explore ideas like this. I've vaguely thought in the past what it would take to get {} braces as having catcode other. I'm not sure it's feasible but I think it would sure be nice :) At this stage, however, we can just leave it as vague plans... Will