[latex3-commits] [l3svn] 02/03: One \tl_to_lowercase:n removed in l3tl-analysis
noreply at latex-project.org
noreply at latex-project.org
Mon Nov 9 14:37:26 CET 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit df4d8d6cd818ed737489611b116e31f89f586fe1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Nov 9 12:24:14 2015 +0000
One \tl_to_lowercase:n removed in l3tl-analysis
At present this one cannot be done using \char_set_active_eq:NN
or similar. The reason is that an \outer active char might appear,
most obviously ^^L, and this will break at the stage that recording
active chars happens. Probably that should be fixed in l3tokens.
---
l3experimental/l3str/l3tl-analysis.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3experimental/l3str/l3tl-analysis.dtx b/l3experimental/l3str/l3tl-analysis.dtx
index 4a07118..8409396 100644
--- a/l3experimental/l3str/l3tl-analysis.dtx
+++ b/l3experimental/l3str/l3tl-analysis.dtx
@@ -422,7 +422,7 @@
\cs_new_protected:Npn \@@_disable_loop:N #1
{
\tex_lccode:D \c_zero `#1 ~
- \tl_to_lowercase:n { \tex_let:D ^^@ } \tex_undefined:D
+ \tex_lowercase:D { \tex_let:D ^^@ } \tex_undefined:D
\@@_disable_loop:N
}
\group_end:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list