emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 5178ba6 16/28: Parse hf-tikz messages suggesting


From: Tassilo Horn
Subject: [elpa] externals/auctex 5178ba6 16/28: Parse hf-tikz messages suggesting to rerun LaTeX.
Date: Fri, 07 Aug 2015 15:59:22 +0000

branch: externals/auctex
commit 5178ba6a0312ed789a091ddfd75e5d39b4064161
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Parse hf-tikz messages suggesting to rerun LaTeX.
    
    * tex-buf.el (TeX-LaTeX-sentinel): Add support for hf-tikz
    messages.
---
 ChangeLog  |    3 +++
 tex-buf.el |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 77d25cd..4446c4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-06-21  Mos� Giordano  <address@hidden>
 
+       * tex-buf.el (TeX-LaTeX-sentinel): Add support for hf-tikz
+       messages.
+
        * style/mnras.el: New style file.
 
        * Makefile.in (STYLESRC): Activate it.
diff --git a/tex-buf.el b/tex-buf.el
index 0e412cc..b5ed365 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1098,6 +1098,11 @@ changed\\. Rerun LaTeX\\." nil t)
         (message
          "%s" "You should run LaTeX again to get table formatting right")
         (setq TeX-command-next TeX-command-default))
+       ((re-search-forward "^hf-TikZ Warning: Mark '.*' changed\\. \
+Rerun to get mark in right position\\." nil t)
+        (message
+         "%s" "You should run LaTeX again to get TikZ marks in right position")
+        (setq TeX-command-next TeX-command-default))
        ((re-search-forward
          "^\\(\\*\\* \\)?J?I?p?\\(La\\|Sli\\)TeX\\(2e\\)? \
 \\(Version\\|ver\\.\\|<[0-9/]*>\\)" nil t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]