Package: haskell-mode Version: 2.1-1 Severity: normal The indentation figure-outter doesn't seem to remember the current indentation past a blank line, which makes it a bit difficult to group indented code with vertical whitespace.
For instance, take the following silly example.
f = g []
where g r [] = r
g r x:xs = g (h x):r xs
h = (+1)
Pressing Tab on the definition of h only offers column 0 as a choice.
Daniel
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental'), (1, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages haskell-mode depends on:
ii emacs21 [emacsen] 21.4a-3 The GNU Emacs editor
haskell-mode recommends no packages.
-- debconf information:
haskell_mode/ghc_added:
signature.asc
Description: Digital signature

