Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 18 Sep 2008 15:36:57 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m8IDapCe024011 for ; Thu, 18 Sep 2008 15:36:52 +0200 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 m8IDXog5004559 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Sep 2008 15:33:50 +0200 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 m8HM1hVP005980; Thu, 18 Sep 2008 15:33:49 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 45909 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 18 Sep 2008 15:33:49 +0200 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 m8IDXnE0011815 for ; Thu, 18 Sep 2008 15:33:49 +0200 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.245]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id m8IDXh2h031165 for ; Thu, 18 Sep 2008 15:33:48 +0200 Received: by rv-out-0708.google.com with SMTP id c5so3630539rvf.10 for ; Thu, 18 Sep 2008 06:33:44 -0700 (PDT) Received: by 10.140.132.8 with SMTP id f8mr7437941rvd.206.1221744824046; Thu, 18 Sep 2008 06:33:44 -0700 (PDT) Received: from ?129.127.15.244? ( [129.127.15.244]) by mx.google.com with ESMTPS id l31sm928029rvb.2.2008.09.18.06.33.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Sep 2008 06:33:43 -0700 (PDT) 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: <48D252EC.7030802@morningstar2.co.uk> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Message-ID: Date: Thu, 18 Sep 2008 23:03:41 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: \scantokens, \everyeof, \endlinechar To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <48D252EC.7030802@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: 18 Sep 2008 13:36:57.0570 (UTC) FILETIME=[9F071C20:01C91993] Status: R X-Status: X-Keywords: X-UID: 5360 On 18/09/2008, at 10:39 PM, Joseph Wright wrote: > In expl3, I can only find \scantokens, \everyeof and \endlinechar in > the > :D range, so these are out. I'm guessing that I should do things a > different way, but could do with enlightenment. Does no-one want > \scantokens? Quite the opposite! \scantokens can be really helpful. I might suggest a name like \token_rescan:n or maybe \tlist_rescan:n Opinions? The other two I'm not so sure where they should go. I'd *probably* recommend defining your own wrappers around the :D versions and then we can work out how to proceed from there. Hope this helps :) Will