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
In the function haskell-indentation-delete-char, delete-selection-mode is used to determine whether to delete the entire region if there is a mark set.
Delete selection mode is for deciding whether to remove the region when a region exists and any character is inserted.
I believe that a check for delete-selection-mode should be removed in haskell-indentation-delete-char, meaning that will always delete a region if the mark is active.