From 2e2aaffa0bf816ff3e2e08e1abf5a360872675b7 Mon Sep 17 00:00:00 2001 From: Ambrevar Date: Tue, 8 Jan 2013 20:31:28 +0100 Subject: [PATCH] Emacs: set TeX compiler to nonstopmode. --- .emacs.d/modes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/modes.el b/.emacs.d/modes.el index e80dc8ca..b798fbfe 100644 --- a/.emacs.d/modes.el +++ b/.emacs.d/modes.el @@ -129,7 +129,7 @@ "This is the name of the executable called upon TeX compilations. Examples: pdftex, pdflatex, xetex, xelatex, luatex, lualatex...") -(defvar tex-my-compiler-options "-file-line-error-style -halt-on-error" +(defvar tex-my-compiler-options "-file-line-error-style -interaction nonstopmode" "The options to the tex compiler. Options are set between the compiler name and the file name. @@ -138,7 +138,7 @@ Interresting options: * -file-line-error-style: change the style of error report to display file name and line first. -* -halt-on-error: will disable interactive mode. +* -halt-on-error: default. * -interaction : like -halt-on-error, you can set the way the compilers behave on errors. Possible values for are