On Wed, Jun 2, 2010 at 9:39 PM, Johan Tibell <[email protected]> wrote:
>> There is one known issue I have not figured out why.
>> It needs 4 tab key presses to change (a) to (b)
>> (a)
>> --------------------------
>> foo = do
>>    bar
>>    where
>> --------------------------
>> (b)
>> --------------------------
>> foo = do
>>   bar
>>  where
>> --------------------------
>
> I think it has to do with having to press tab one extra time to cycle back
> to the beginning of the set of possible indentations. I think this is normal
> Emacs behavior.
>
This is deliberate, configurable haskell-mode behaviour, and there is
a toggle for it in the haskell-mode group.

If you look at the status line when you do it, you'll find that it's
actually telling you this.

-- 
Svein Ove Aas

_______________________________________________
Haskellmode-emacs mailing list
[email protected]
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs

Reply via email to