LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Classic View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender: Mailing list for the LaTeX3 project <[log in to unmask]>
Date: Thu, 11 Nov 2010 11:35:52 +0000
Reply-To: Mailing list for the LaTeX3 project <[log in to unmask]>
Message-ID: <[log in to unmask]>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
In-Reply-To: <[log in to unmask]>
Content-Type: text/plain; charset=UTF-8; format=flowed
From: Joseph Wright <[log in to unmask]>
Parts/Attachments: text/plain (38 lines)
On 11/11/2010 09:23, Joseph Wright wrote:
> 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.

Right, I have this fixed now. I want to do a bit on the testing side, 
then expect to send an update to CTAN later today.
--
Joseph Wright

ATOM RSS1 RSS2