- Package:
- haskell-mode
- Source:
- haskell-mode
- Submitter:
- Marco Túlio Gontijo e Silva
- Date:
- 2011-09-03 02:27:03 UTC
- Severity:
- wishlist
Hi.
If I have this line in a buffer in haskell-mode:
f :: Int
And I go to the next line and press <TAB>, I got:
f :: Int
f
With literate-haskell-mode, in a line like:
If I press tab in the next line, I got:
>
Greetings.
Hi. Excerpts from Marco Túlio Gontijo e Silva's message of Qua Fev 17 13:13:24 -0200 2010: (...) I just notice that on this version of haskell-mode it doesn't work like this even in haskell-mode (.hs). Was this feature deliberative dropped? If yes, please change this to wishlist. Greetings.
Hi, Marco Túlio Gontijo e Silva <marcot@debian.org> writes: can you try changing your indent mode to the previous default? (add-hook 'haskell-mode-hook 'turn-on-haskell-indent) instead of (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) I will probably flip this back, since it seems that the older default worked better... Especially if that helps with your issue(s). Yours, Petr.
Hi Petr. Excerpts from Petr Rockai's message of Qui Fev 18 04:28:40 -0200 2010: (...) Yes, this is much better. Thanks for the hint. =) Great idea. But the bug will still be present in the haskell-indentation. Greetings.
package haskell-mode tags 570239 upstream severity -1 wishlist found -1 2.8.0-1 thanks Since this is really a feature request for the new indentation mode, rather than a regression, I'm downgrading the severity.