Skip to content

Compatibility with column-enforce-mode and long literate (latex-style) comments #331

Closed
@listx

Description

@listx

column-enforce-mode (https://github.com/jordonbiondo/column-enforce-mode) is a minor mode that highlights long lines (starting with the 80th column).

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).

Is there a way to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions