You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today, column-enforce-mode has a new feature variable called column-enforce-comments that disables highlighting long lines if they are comment lines. From what I can tell, haskell-mode has a caching mechanism for applying font-lock-comment-face (in haskell-fl-latex-comments) and column-enforce-comments does not work reliably with it (sometimes it highlights long comment lines, sometimes it doesn't --- all within the same file).