branch: externals/auctex
commit 16c3da1bcb42938ccf68a9b1d043ff9a6161476e
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    Prepare for non-error messages in TeXlive 2026
    
    * tex.el (TeX-TeX-sentinel-check): Adapt for non-error messages
    emitted with TL26.  See this change:
    https://tug.org/pipermail/pdftex/2026-January/009466.html
---
 tex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex.el b/tex.el
index 49a0757591..513c527be1 100644
--- a/tex.el
+++ b/tex.el
@@ -8620,7 +8620,7 @@ Return nil only if no errors were found."
         (while (and (re-search-forward "^\\(?:!\\|\\(.+?\\):[0-9]+:\\) " nil t)
                     (not (looking-at-p
                           (mapconcat #'identity
-                                     '("ignored error: "
+                                     '("ignored\\(?: error\\)?: "
                                        "Infinite glue shrinkage found in box 
being split")
                                      "\\|"))))
           (if (or (not (match-beginning 1))

Reply via email to