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
Mime-Version: 1.0 (Apple Message framework v1081)
Content-Type: text/plain; charset=us-ascii
Date: Mon, 21 Mar 2011 13:28:44 +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 (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