Le 20/04/2015 14:43, Jürgen Spitzmüller a écrit :
In order to implement a linguistic feature properly (support for the
forest package to generate structure trees), I need a way to pass only
selected chars verbatim (here, [ and ], since these are active
characters in the package and thus must not be escaped by braces).
Making the whole inset PassThru is not a good option, neither the need
to use ERT for the brackets.

Thus, I propose the following patch, which adds PassThruChars tags to
InsetLayout and Layout, where a comma.separated list of characters that
should be treated verbatim can be specified.

If these are plain characters, why shall the list be comma separated instead of being a plain string?

JMarc

Reply via email to