LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

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

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

ATOM RSS1 RSS2