Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Tue, 11 Sep 2007 23:37:13 +0200 Received: by mail.proteosys.com (8.13.8/8.13.4) with ESMTP id l8BLb5HE004381 for ; Tue, 11 Sep 2007 23:37:06 +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 l8BLVviG004294 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Sep 2007 23:31:57 +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 l8AM1MQI020276; Tue, 11 Sep 2007 23:31:56 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 119080 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 11 Sep 2007 23:31:55 +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 l8BLVtY5000893 for ; Tue, 11 Sep 2007 23:31:55 +0200 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id l8BLVonY008001 for ; Tue, 11 Sep 2007 23:31:56 +0200 Received: from p54A98170.dip0.t-ipconnect.de [84.169.129.112] (helo=morse.mittelbach-online.de) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1IVDKm0tPo-000801; Tue, 11 Sep 2007 23:31:48 +0200 Received: by morse.mittelbach-online.de (Postfix, from userid 501) id 2D6D6131D7; Tue, 11 Sep 2007 23:31:45 +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> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Provags-ID: V01U2FsdGVkX198cEduXYGaiUuf9YNe5UufRcN7iHrG1yRSpRl 6nWZocyc2YBwukVFMPpktfGF9vOpD/AbDwcmHF4JGXsKN0IN82 zpzBwwZuSamtFBp9IcbHN8+HkPj+X/k X-Spam-Whitelist-Provider: Message-ID: <18151.2368.779712.110953@morse.mittelbach-online.de> Date: Tue, 11 Sep 2007 23:31:44 +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: <878x7douyv.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: 11 Sep 2007 21:37:13.0979 (UTC) FILETIME=[EADD6CB0:01C7F4BB] Status: R X-Status: X-Keywords: X-UID: 5059 Andreas, thanks > So far I have noticed the following. > > * In l3expan the following definitions are missing > > \def_new:Npn \exp_args:NNnx {\::N\::n\::x\:::} > \def_new:Npn \exp_args:NNox {\::N\::o\::x\:::} > \def_new:Npn \exp_args:NNoo {\::N\::o\::o\:::} good point. that module needs a bit mor standardization anyway to have all typical 1-5 arg expansions predefined > * The docu of l3prop says that \prop_map_inline refers to the > arguments via ##1 and ##2. But it should be #1 and #2. fixed > * What is \prop_gput:Ooo for? Hasn't got \prop_gput:Noo the > same functionality? (Let alone that \prop_gput:Ooo doesn't > work, yet.) O in contrast to o means single expanion on an input which is a single token ie no braces around it. \tlp_new:N \l_tmp_tlp \prop_new:N \g_foo_prop \tlp_set:Nn \l_tmp_tlp {\g_foo_prop} \prop_gput:Ooo \l_tmp_tlp ... don't ask me why that is predefined. perhaps i needed it for the xor module at one stage ... it is pretty weird and i don't think there is much use in setting it up unless there is actually a use for it. and then there is the question that you say it doesn't work ... perhaps i better look at that one. frank