Am 03.09.2026 um 13:22 schrieb Li Yanrui:
Hi,
Here is a minimal example:
\starttext
\starttyping[escape=no]
\inoutermargin{...}
\stoptyping
\stoptext
With ConTeXt version 2026.08.23, the result is \i{...} instead of
\inoutermargin{...}.
To disable the escape feature (which is the default setting) for the
typing environment you have to pass no argument to the escape key, i.e.
"escape=,". The setting "escape=no" as shown in the command list is
wrong and sets the string "no" as escape keyword.
%%%% begin example
\enabletrackers[buffers.visualize]% reports escape setting in terminal
\starttext
\starttyping[escape=no]
\inother
\donothing
\footnote
\stoptyping
\stoptext
%%%% end example
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] /
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________