haskell / haskell/haskell-mode
literate-haskell-mode disables fill-paragraph behavior
Open
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
Link: https://github.com/haskell/haskell-mode/blob/master/haskell-mode.el#L974
If I go into a literate buffer and set fill-paragraph-handle-comment to t, M-q works correctly. Can this be removed now? The comment was written in 2008, so it is probably not relevant anymore.
Contributor guide
Research direction
Start at haskell-mode.el around line 974 and inspect the literate-buffer handling and its 2008 comment. Check the behavior with fill-paragraph-handle-comment set to t, then remove the outdated disabling logic if the setting makes M-q work correctly. Confirm that M-q retains the expected fill-paragraph behavior in a literate buffer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs-lisp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100