Hi,

I look for a convient way to use \appendtoks with a token list
which is accessed with \csname ... \endcsname, e.g.

  \appendtoks <something> \to\csname <mytoks>\endcsname


This works when I enclose the \csname/\endcsname pair in braces

  \appendtoks <something> \to{\csname <mytoks>\endcsname}

but this did not look very pleasant to my eyes.


I thought something similar to \addvalue would be nice

  \addtoks{<mytoks>}{<something>}

Wolfgang

_______________________________________________
dev-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/dev-context

Reply via email to