LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Classic View

Use Proportional Font
Show HTML Part by Default
Condense Mail Headers

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

Print Reply
Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\))
Content-Type: text/plain; charset=utf-8
Date: Sun, 22 Jan 2017 21:59:40 +1030
Reply-To: Mailing list for the LaTeX3 project <[log in to unmask]>
From: Will Robertson <[log in to unmask]>
Message-ID: <[log in to unmask]>
In-Reply-To: <[log in to unmask]>
Content-Transfer-Encoding: 8bit
Sender: Mailing list for the LaTeX3 project <[log in to unmask]>
Parts/Attachments: text/plain (36 lines)
Hi Andrew,

[Joseph beat me to answering but the following might add something to the discussion.]

Thanks for pointing this out — .set:N was (once upon a time) the old name for .tl_set:N. I’ve fixed it up.
Basically you shouldn’t need to distinguish package options from other keys — it’s all up to how the keys are processed. To be more explicit, let’s say that you did want to distinguish between package option keys and other keys; it would be quite natural to write

 \keys_define:nn { mymodule / pkgoptkeys }
   { option .tl_set:N = \l_module_variable_tl }

 \keys_define:nn { mymodule / otherkeys }
   { another-option .tl_set:N = \l_module_another_variable_tl }

Hope this helps,
Will

> On 22 Jan 2017, at 11:51 am, Andrew Parsloe <[log in to unmask]> wrote:
> 
> I am confused by the illustration
> 
> \keys_define:nn { module }
> { option .set:N = \l_module_variable_tl }
> 
> in the l3keys2e documentation. I thought, "Ah, this is how you distinguish package options from keys defined within a package", but when I try this it doesn't work. But
> 
> \keys_define:nn { module }
> { option .tl_set:N = \l_module_variable_tl }
> 
> does.
> 
> Andrew
> 
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus

ATOM RSS1 RSS2