Paul Smith wrote:
> It is below.

Thanks. Can you test the attached patch? Fixes bug 2468 for me.

Jürgen
Index: src/LaTeX.cpp
===================================================================
--- src/LaTeX.cpp	(Revision 19077)
+++ src/LaTeX.cpp	(Arbeitskopie)
@@ -690,7 +690,9 @@
 				// we have a latex error
 				retval |=  TEX_ERROR;
 				if (contains(desc,
-				    "Package babel Error: You haven't defined the language"))
+				    "Package babel Error: You haven't defined the language") ||
+				    contains(desc,
+				    "Package babel Error: You haven't loaded the option"))
 					retval |= ERROR_RERUN;
 				// get the line number:
 				int line = 0;

Reply via email to