[Haskell-cafe] Haskell IDE

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Fri Mar 4 11:09:00 CET 2011


On 4 March 2011 19:16, Gracjan Polak <gracjanpolak at gmail.com> wrote:
> Alexander Danilov <alexander.a.danilov <at> gmail.com> writes:
>
>>
>> 03.03.2011 16:05, Hauschild, Klaus (EXT) пишет:
>> > Hi Haskellers,
>> > whats your Haskell IDE of choise? Currently I use leksah. Is the
>> > EclipseFP Plugin for Eclipse a real alternative?
>> > Thanks
>> > Klaus
>> >
>> >
>>
>> Emacs, look at haskell wiki for details about haskell-mode.
>>
>
> Emacs is good as an editor for Haskell. Indentation is problematic.
>
> I'd like to have a indent mode that has following bindings:
> - TAB indents 4 chars more
> - Shift-TAB indents 4 chars less
> - RET - indents a line same as previous line unless last line had a block
>  opening keyword

Sounds similar to what haskell-indent does, except that it uses 2
spaces rather than 4, backspace does the chars less, and TAB also has
a version (albeit not as nice as the one in haskell-indentation) of
the tab-cycle.

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com



More information about the Haskell-Cafe mailing list