Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 11 Sep 2008 09:05:50 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m8B75iar032348 for ; Thu, 11 Sep 2008 09:05:45 +0200 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 m8B71biH028609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Sep 2008 09:01:37 +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 m8AM1FCM017495; Thu, 11 Sep 2008 09:01:36 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 29455 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 11 Sep 2008 09:01:36 +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 m8B71atk021735 for ; Thu, 11 Sep 2008 09:01:36 +0200 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.251]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id m8B71VGx028512 for ; Thu, 11 Sep 2008 09:01:35 +0200 Received: by rv-out-0708.google.com with SMTP id c5so223425rvf.10 for ; Thu, 11 Sep 2008 00:01:31 -0700 (PDT) Received: by 10.141.71.14 with SMTP id y14mr1522646rvk.24.1221116491057; Thu, 11 Sep 2008 00:01:31 -0700 (PDT) Received: from ?10.0.1.102? ( [219.90.229.123]) by mx.google.com with ESMTPS id k41sm13883714rvb.9.2008.09.11.00.01.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Sep 2008 00:01:30 -0700 (PDT) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) References: <48C8BAD5.9000003@morningstar2.co.uk> X-Mailer: Apple Mail (2.928.1) X-Spam-Whitelist: Message-ID: <53A9BE22-CABB-477A-8040-649E3E825A72@gmail.com> Date: Thu, 11 Sep 2008 16:31:25 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: Setting tlp via toks: is there a better way than ... To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <48C8BAD5.9000003@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: 11 Sep 2008 07:05:50.0714 (UTC) FILETIME=[D2CCCDA0:01C913DC] Status: R X-Status: X-Keywords: X-UID: 5289 On 11/09/2008, at 3:59 PM, Joseph Wright wrote: > \toks_set:No \l_tmpa_toks {stuff including "#1"} > \tlp_set:Nx \l_my_tlp {\toks_use:N\l_tmpa_toks} > > Is there a pre-coded function for this (I may have misunderstood > somewhere). In my limited experience, to me this seems like the right thing to do... Cheers, Will