[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#38165: 12.2.0; Syntax highlighting broken when there are too many ch
From: |
Arash Esbati |
Subject: |
bug#38165: 12.2.0; Syntax highlighting broken when there are too many characters in equation/align environment |
Date: |
Sun, 17 Nov 2019 22:35:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 |
tags 38165 notabug
close 38165
quit
--
Ruiyang Wu <address@hidden> writes:
> Thanks for your reply. You are right, I just figured out this is not a bug
> of auctex, but a bug of polymode instead. L224 in `polymode-compat.el'
> messes up with font lock, and causes this problem in LaTeX mode.
>
> Although this is not quite relevant to auctex, a temporary workaround would
> be:
> (with-eval-after-load "polymode-compat"
> (advice-remove 'font-lock-extend-region-multiline
> 'pm-check-for-real-change-in-extend-multiline))
Thanks for checking and providing a solution for others hitting this
issue.
Best, Arash