branch: externals/auctex-cont-latexmk commit de469de0a11603612a774777bd2eb8acc5a51107 Author: Paul Nelson <ultr...@gmail.com> Commit: Paul Nelson <ultr...@gmail.com>
remove hbox from the list of ignored warnings These are treated specially by auctex, anyway --- czm-tex-compile.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/czm-tex-compile.el b/czm-tex-compile.el index 9670fcdbc2..051f335be4 100644 --- a/czm-tex-compile.el +++ b/czm-tex-compile.el @@ -81,8 +81,7 @@ Also kill the timer for watching the log file." "String indicating that latexmk is watching for updated files.") (defcustom czm-tex-compile-ignored-warnings - '("Package hyperref Warning: Token not allowed in a PDF string" - "Overfull \\hbox" "Underfull \\hbox") + '("Package hyperref Warning: Token not allowed in a PDF string") "List of warnings to ignore when parsing LaTeX log files." :type '(repeat string))