#570239 <TAB> after type declaration doesn't work in literate-haskell-mode

Package:
haskell-mode
Source:
haskell-mode
Submitter:
Marco Túlio Gontijo e Silva
Date:
2011-09-03 02:27:03 UTC
Severity:
wishlist
#570239#5
Date:
2010-02-17 15:13:24 UTC
From:
To:
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.

#570239#10
Date:
2010-02-18 01:41:09 UTC
From:
To:
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.

#570239#15
Date:
2010-02-18 06:28:40 UTC
From:
To:
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.

#570239#20
Date:
2010-02-18 10:26:46 UTC
From:
To:
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.

#570239#25
Date:
2011-09-03 01:59:20 UTC
From:
To:
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.