Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Tue, 4 Sep 2007 20:18:12 +0200 Received: by mail.proteosys.com (8.13.8/8.13.4) with ESMTP id l84II7ho022491 for ; Tue, 4 Sep 2007 20:18:07 +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 l84IBxwk032161 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Sep 2007 20:12:00 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id l84HV8N6024249; Tue, 4 Sep 2007 20:11:58 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 123851 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 4 Sep 2007 20:11:57 +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 l84IBvJD024887 for ; Tue, 4 Sep 2007 20:11:57 +0200 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id l84IBqKB022922 for ; Tue, 4 Sep 2007 20:11:56 +0200 Received: by ug-out-1314.google.com with SMTP id 30so492455ugc for ; Tue, 04 Sep 2007 11:11:52 -0700 (PDT) Received: by 10.78.171.13 with SMTP id t13mr4391372hue.1188929511593; Tue, 04 Sep 2007 11:11:51 -0700 (PDT) Received: from newhost71-038.imm.dtu.dk ( [130.226.24.194]) by mx.google.com with ESMTPS id 18sm4080290hue.2007.09.04.11.11.50 (version=SSLv3 cipher=OTHER); Tue, 04 Sep 2007 11:11:51 -0700 (PDT) Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 References: <87wsv6odr8.fsf@buckbeak.hogwarts> <18141.38684.704361.46277@morse.mittelbach-online.de> Content-Transfer-Encoding: 7bit User-Agent: Opera Mail/9.23 (MacPPC) X-Spam-Whitelist: Message-ID: Date: Tue, 4 Sep 2007 20:11:53 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: =?iso-8859-1?Q?Morten_H=F8gholm?= Subject: Re: l3prop: documentation To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <18141.38684.704361.46277@morse.mittelbach-online.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.57 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 04 Sep 2007 18:18:12.0663 (UTC) FILETIME=[F464F470:01C7EF1F] Status: R X-Status: X-Keywords: X-UID: 5040 On Tue, 04 Sep 2007 19:34:20 +0200, Frank Mittelbach wrote: > well spotted, but I fear it is not the documentation but rather the > implementation that is incorrect right now. > > in the past that was > > \def_long:Npn \prop_get_aux:w #1#2#3#4{\tlp_set_eq:NN#4#2} > > and xpackages like xmarks use it with tlps Should be \def_long_new:NNn \prop_get_aux:w 4{\tlp_set:Nn#4{#2}} Just me not thinking clearly when changing the property lists into token registers. -- Morten