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
Show All Mail Headers

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

Print Reply
Subject:
From:
Will Robertson <[log in to unmask]>
Reply To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Mon, 21 Mar 2011 13:28:44 +1030
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
On 21/03/2011, at 12:01 PM, Bruno Le Floch wrote:

> I quickly grepped through xor, and it seems easy to change since the
> most complicated thing that is done with \seq_elt:w and \seq_elt_end:
> is
> 
>    \cs_set_nopar:Npn \seq_elt:w ##1\seq_elt_end: {##1,}
> 
> which can be replaced by
> 
>    \cs_set_nopar:Npn \seq_elt:n ##1 {##1,}

Or, much preferred from my point of view, to add some seq-transformation functions such as

    \seq_to_clist:N

or

    \clist_set_from_seq:NN

which seems to be what's happening above. In fact, this latter function is already present in l3candidates awaiting possible inclusion into l3seq.

W

ATOM RSS1 RSS2