Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Wed, 12 Sep 2007 22:14:59 +0200 Received: by mail.proteosys.com (8.13.8/8.13.4) with ESMTP id l8CKEoV3006581 for ; Wed, 12 Sep 2007 22:14:50 +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 l8CK9a5X008266 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 Sep 2007 22:09:36 +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 l8BM1ORd001495; Wed, 12 Sep 2007 22:09:11 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 123833 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 12 Sep 2007 22:09:11 +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 l8CK9Bqu014063 for ; Wed, 12 Sep 2007 22:09:11 +0200 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id l8CK97h3008048 for ; Wed, 12 Sep 2007 22:09:12 +0200 Received: from p54A9BD3C.dip0.t-ipconnect.de [84.169.189.60] (helo=morse.mittelbach-online.de) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis), id 0MKwpI-1IVYWH3vDH-0002Fe; Wed, 12 Sep 2007 22:09:06 +0200 Received: by morse.mittelbach-online.de (Postfix, from userid 501) id BE28713359; Wed, 12 Sep 2007 22:09:04 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <87wsv6odr8.fsf@buckbeak.hogwarts> <18141.38684.704361.46277@morse.mittelbach-online.de> <87sl5uno7u.fsf@buckbeak.hogwarts> <18141.51596.255158.574401@morse.mittelbach-online.de> <87ir6qng8e.fsf@buckbeak.hogwarts> <18142.20142.549886.908550@morse.mittelbach-online.de> <18148.25382.129327.738753@morse.mittelbach-online.de> <878x7douyv.fsf@buckbeak.hogwarts> <18151.2368.779712.110953@morse.mittelbach-online.de> <87642gamew.fsf@buckbeak.hogwarts> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Provags-ID: V01U2FsdGVkX1/R8j9lIrZP/VSIGjag+YXx0YouvkOPcunIi2A LNzM5gnRtGL36IsiAtRFrEsAVAWvQj057wk67iGSABd3BmZ0uM OV6RC49019cNXGnJzm0GsDO9DOy9IPd X-Spam-Whitelist-Provider: Message-ID: <18152.18272.17469.802061@morse.mittelbach-online.de> Date: Wed, 12 Sep 2007 22:09:04 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Frank Mittelbach Subject: Re: l3prop -- syntax and functionality change To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <87642gamew.fsf@buckbeak.hogwarts> 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.57 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 12 Sep 2007 20:14:59.0347 (UTC) FILETIME=[98021630:01C7F579] Status: R X-Status: X-Keywords: X-UID: 5061 Andreas, > > > > \tlp_new:N \l_tmp_tlp > ^^^^^^^^^^ > ;-) > I am doing this mistake frequently. But there is only a > \tlp_clear_new:N. Maybe there really should exist a \tlp_new:N. hm yes, it is somewhat inconsistent to have the tlp initialisation to take a default value while normally that isn't the case. have added \tlp_new:N (which is equiv to \tlp_new:Nn #1 {} ) > > \prop_new:N \g_foo_prop > > > > \tlp_set:Nn \l_tmp_tlp {\g_foo_prop} > > > > \prop_gput:Ooo \l_tmp_tlp ... > > > Hmm... But this could be done with \prop_gput:Noo as well. that could only be done if you know that \prop_gput:Noo expand its argument internally due to its implementation and you use this fact. so you use a feature of the implementation which may not be there tomorrow just assume for a moment we would built in checks for variables to be checked for type or local global state then passing "\l_tmp_tlp" would fail on both accounts (not that i propose that) cheers frank