branch: master
commit f6caa4938c9cdb09cbda0c85a8e8869c090cb326
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* tex.el (TeX-LaTeX-sentinel): Parse warning from endnotes.
---
tex.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tex.el b/tex.el
index 55f592df..e67d2059 100644
--- a/tex.el
+++ b/tex.el
@@ -8648,6 +8648,11 @@ Changebar info has changed." nil t)
(message
"%s" "You should run LaTeX again to get the change bars right")
(setq TeX-command-next TeX-command-default))
+ ((re-search-forward "^LaTeX Warning: Endnotes may have changed. \
+Rerun to get them right" nil t)
+ (message
+ "%s" "You should run LaTeX again to get the endnotes right")
+ (setq TeX-command-next TeX-command-default))
((re-search-forward "^\\* xsim warning: \"rerun\"" nil t)
(message
"%s" "You should run LaTeX again to synchronize exercise properties")