Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id oAB9PHkF013445 for ; Thu, 11 Nov 2010 10:25:18 +0100 Received: (qmail 14594 invoked by alias); 11 Nov 2010 09:25:12 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 11 Nov 2010 09:25:11 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx043) with SMTP; 11 Nov 2010 10:25:11 +0100 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 oAB9MfZI015333 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Nov 2010 10:22:41 +0100 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 oAB8XFCg025351; Thu, 11 Nov 2010 10:23:18 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 730605 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 11 Nov 2010 10:23:18 +0100 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 oAB9NIao031901 for ; Thu, 11 Nov 2010 10:23:18 +0100 Received: from ueamailgate02.uea.ac.uk (ueamailgate02.uea.ac.uk [139.222.131.185]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id oAB9MPoo004897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 11 Nov 2010 10:22:29 +0100 Received: from ueams02.uea.ac.uk (ueams02.uea.ac.uk [139.222.131.131]) by ueamailgate02.uea.ac.uk (8.13.8/8.13.8) with ESMTP id oAB9N4ct021639; Thu, 11 Nov 2010 09:23:04 GMT Received: from [139.222.114.143] by ueams02.uea.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1PGTN1-00083t-SH; Thu, 11 Nov 2010 09:23:03 +0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 References: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN, outgoing) X-CanIt-Geo: ip=139.222.131.131; country=GB; region=I9; city=Norwich; latitude=52.6333; longitude=1.3000; http://maps.google.com/maps?q=52.6333,1.3000&z=6 X-CanItPRO-Stream: UEA:outgoing (inherits from UEA:default,base:default) X-Canit-Stats-ID: 62766948 - e048f80daf48 - 20101111 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 139.222.131.185 Message-ID: <4CDBB5F9.9010507@morningstar2.co.uk> Date: Thu, 11 Nov 2010 09:23:05 +0000 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Re: Rewriting polyglossia in LaTeX3 To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe+OynZRhvlGqb5A0X bbiCt2rAnnct/NAlbHMvoAL6GY+23tB3khNK7aqcuJkHrktl7heUBBMuxWDU8MR6sgnaA+ruWxex YrTyw==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6472 On 11/11/2010 09:01, Rémy Oudompheng wrote: > I am encountering a problem with l3keys : the following code > > \documentclass{article} > \usepackage{expl3} > \begin{document} > \ExplSyntaxOn > \keys_define:nn { othermodule } { > a .code:n = Hello, > } > \keys_define:nn { module } { > a .code:n = Hello, > b .code:n = \keys_set:nn{othermodule}{a}, > c .code:n = B, > } > \keys_set:nn { module }{b,c} > \ExplSyntaxOff > \end{document} > > fails with the error > The key 'othermodule/c' is unknown and is being ignored. > > So I guess \keys_set:nn are not meant to be nested. Is there an easy > way to work around this (other than replacing \keys_set:nn{...}{...} > by "Hello") ? > Hello Rémy, That would be a bug, and would be my fault I guess. Give me a couple of days and I should sort this out: I'll need to do some thinking. -- Joseph Wright