Gracjan Polak

Results 46 comments of Gracjan Polak

Should. Now somebody needs to find out what made it hang.

There is this magic: https://github.com/haskell/haskell-mode/blob/be9044b2e633b9342a68f762d07e82fe9ababf5f/haskell-interactive-mode.el#L254 This means that by using C-j one can have multiline command like this: ``` λ> let x = 1 y = 3 ``` it will...

It tries to find `*.cabal` by going up the directories.

@geraldus: I do not think that current working directory is managed somehow differently under unix versus windows. I'm working on a testing environment for Windows so if somebody wants to...

Looks good to me. Ping us when you finish.