Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Tue, 11 Sep 2007 21:46:35 +0200 Received: by mail.proteosys.com (8.13.8/8.13.4) with ESMTP id l8BJkR9d003434 for ; Tue, 11 Sep 2007 21:46:27 +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 l8BJajrn006346 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Sep 2007 21:36:46 +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 l8AM1MOS020276; Tue, 11 Sep 2007 21:36:38 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 118848 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 11 Sep 2007 21:36:37 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id l8BJabbV030773 for ; Tue, 11 Sep 2007 21:36:37 +0200 Received: from mx02.kabsi.at (mx02.kabsi.at [62.40.128.130]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id l8BJaMIf005877 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 11 Sep 2007 21:36:27 +0200 Received: from buckbeak.hogwarts (h081217001071.dyn.cm.kabsi.at [81.217.1.71]) by mx02.kabsi.at (8.13.6/8.13.6) with SMTP id l8BJaP6k010414 for ; Tue, 11 Sep 2007 21:36:25 +0200 Received: by buckbeak.hogwarts (Postfix, from userid 1000) id AA9CF330042; Tue, 11 Sep 2007 21:36:24 +0200 (CEST) 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> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <878x7douyv.fsf@buckbeak.hogwarts> Date: Tue, 11 Sep 2007 21:36:24 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Andreas Matthias Subject: Re: l3prop -- syntax and functionality change To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <18148.25382.129327.738753@morse.mittelbach-online.de> (Frank Mittelbach's message of "Sun\, 9 Sep 2007 23\:18\:30 +0200") Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.464 () BAYES_00,FORGED_RCVD_HELO 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 19:46:35.0801 (UTC) FILETIME=[7633D890:01C7F4AC] Status: R X-Status: X-Keywords: X-UID: 5058 Frank Mittelbach wrote: > etc. Quite likely I broke something along the way (and other modules need > updating as well ... not done tonight) 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\:::} which are required in l3prop from \prop_gput:Nnx \prop_gput:Nox \prop_gput:Noo * The docu of l3prop says that \prop_map_inline refers to the arguments via ##1 and ##2. But it should be #1 and #2. * 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.) Ciao Andreas