- 
                Notifications
    
You must be signed in to change notification settings  - Fork 349
 
Closed
Description
Set fill-column to 80 and try filling the following comment with M-q:
-- | asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf 1234 5678
-- 90ab
main :: IO ()
Despite the first line being longer than 80 characters, it won't move 5678 to the next line.  If you remove the leading |, or remove the whole 90ab line, it will wrap, but if the comment already has multiple lines, it won't.
(haskell-version) reports haskell-mode 13.15-git (/home/khumba/.emacs.d/elpa/haskell-mode-20150904.1344/), and this is on NixOS 14.12.  The only thing for haskell-mode in my ~/.emacs is:
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
Metadata
Metadata
Assignees
Labels
No labels