Ralf Stubner <[EMAIL PROTECTED]> writes:

> David Kastrup wrote:
>
> \providecommand{\makeindex}{}
>
> since this doesn't inhibit normal LaTeX runs. Unfortunately those
> are necessary sometimes to get all the included MeatPost diagrams
> (directly via emp.sty or indirectly via feynmp.sty) into the correct
> places. I haven't found a possibility yet to have those play nicely
> together with preview-latex.

Where is the problem?  Just use one empfile (?) environment per
graphic.

> BTW, is it possible to call latex with -shell-escape' on a case by
> case basis from within AUCTeX, similar to source specials or PDF
> mode?

% Local Variables:
% LaTeX-command: "latex -shell-escape"

Actually, to my own surprise, while scanning through variables for
running LaTeX, I hit upon

LaTeX-write18-enabled-p's value is t

*If non-nil, insert automatically the \write18 calling metapost.
When disabled, you have to use mpost on the mp files automatically 
produced by emp.sty and then re-LaTeX the document.

You can customize this variable.

Defined in `tex-style'.

[back]

I have no idea what this is for, what it does, and why in the world it
would happen to be globally set to "t" without me asking for it.
Looks like a security hole.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to