Joachim Köstler <j-...@posteo.de> writes: > I am trying to enable xindy with glossaries. It seems that I have to > switch on the above mentioned option. Putting %%% > TeX-command-extra-options: "-shell-escape --enable-write18" at the end > of my TeX-file does not seem to be the solution. xelatex still refuses > to cooperate with xindy. Could you please tell me what I am doing > wrong?
Can you please elaborate more which options you want to pass to which program? The value of `TeX-command-extra-options' is passed to the formatter which is a version of TeX (LaTeX, LuaLaTeX, XeLaTeX, ConTeXt etc.) and not to xindy and/or glossaries. Check the value `TeX-command-list' about the invocation of the programs. Best, Arash