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:
Mon, 6 Feb 2012 06:09:56 -0500
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Subject:
MIME-Version:
1.0
Message-ID:
In-Reply-To:
<20120206105103.GA10777@csmvddesktop>
Content-Type:
text/plain; charset=ISO-8859-1
From:
Bruno Le Floch <[log in to unmask]>
Parts/Attachments:
text/plain (24 lines)
> Thanks. I should have mentioned my installation version. I already have
> a recent installation. The version I have is from 2012/01/31 (I did
> a tlmgr update --all).

Odd. Does

    \regex_replace_all:nnN { .* } { \u } \l_tmpa_tl
    \tl_show:N \l_tmpa_tl

(1) trigger an error ("regex/u-no-lbrace", probably)
(2) show "u" as the only character in \l_tmpa_tl
(3) do something else?

Does

    \def\A{foo}
    \regex_replace_all:nnN { .* } { \u{A} } \l_tmpa_tl
    \tl_show:N \l_tmpa_tl

correctly set \l_tmpa_tl to "foo"?

Regards,
Bruno

ATOM RSS1 RSS2