-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Hi @purcell,
When I try to input a period(.) or a space after an integer in a list of haskell-mode, it will cause emacs to freeze. when I press C-g it will back to normal and then the characters I've been typing get inserted at point!
For example, when I input . or space after Interger 1, it will cause the issue.
When I disable symbo-overlay-mode , everything works well.
triples = [(a,b,c) | c <- [1..10], a <- [1..c], b <- [1..a]]Tested on:
Emacs 28.0.50 native compile and Emacs 27.2
OS: macOS Big Sur 11.5 and Windows 10
Metadata
Metadata
Assignees
Labels
No labels