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
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
The text was updated successfully, but these errors were encountered:
Hi @purcell,
When I try to input a period(
.
) or aspace
after an integer in a list ofhaskell-mode
, it will cause emacs to freeze. when I pressC-g
it will back to normal and then the characters I've been typing get inserted at point!For example, when I input
.
orspace
after Interger 1, it will cause the issue.When I disable symbo-overlay-mode , everything works well.
Tested on:
Emacs 28.0.50 native compile and Emacs 27.2
OS: macOS Big Sur 11.5 and Windows 10
The text was updated successfully, but these errors were encountered: