haskell / haskell/haskell-mode
haskell-indentation-indent-region and smartparens interact poorly
Open
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
Calling a smartparens command like `sp-raise-sexp` or `sp-forward-slurp` calls `indent-region` which calls `haskell-indentation-indent-region`, which indents the region exactly 1 space, which is almost never what is wanted.
I think this is a misfeature in `haskell-indentation-indent-region`.
Contributor guide
Assessment
This issue has not been assessed yet.