You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using \ifcsname everywhere should be fine (probably just forgot that when transitioning to eTeX), \scantokens I'd like to avoid whenever possible, because it has too many gotchas.
Feel free to suggest more eTeX optimizations where you see fit. You can always open a PR. If you check the backlog, you'll see that most of them got accepted.
When reading
pgfkeys.code.tex
, I find the use of\pgfkeys@ifcsname
. Consideringpgfkeys.code.tex
which requires etex v2.\ifcsname
inpgfkeys.code.tex
.\scantokens
is directly used (see 187f5f4) and its wrapped name\pgfutil@scantokens
is made obsolete.pgf/tex/generic/pgf/utilities/pgfkeys.code.tex
Lines 30 to 46 in c8d7d9b
Can we obsolete
\pgfkeys@ifcsname
and use\ifcsname
directly and consistently? (I should be confident enough to just open a PR. hmmm)The text was updated successfully, but these errors were encountered: