Hi,

Marco Túlio Gontijo e Silva <mar...@debian.org> writes:
> Excerpts from Marco Túlio Gontijo e Silva's message of Qua Fev 17 13:13:24 
> -0200 2010:
> (...)
>> 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:
>> 
>> > f :: Int
>> >
>> 
>> If I press tab in the next line, I got:
>> 
>> > f :: Int
>>        >
>
> 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.
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.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to