Steve Purcell
Steve Purcell
Thanks. This solution is greatly overthinking things IMO, and adds unnecessary complexity: it would be conceptually much simpler to just add a separate command that evaluates the selected region and...
Sounds reasonable at first glance, as long as `elm-compilation-mode` is still applied. My one concern is that `recompile` would not know to apply that mode, so the ANSI escape colourisation...
I'd be generally happy to merge this, but the docstring for the existing function is a bit confusing: "faster version of line-number-at-pos". AFAICT the linked commit renamed `line-number-at-position` to `line-number-at-pos`,...
Presumably related to TemplateHaskell using the `[quoter| ...|]` syntax. You should prefer the `good` syntax above for list comprehensions.
Hi, is this in relation to a specific problem or necessary fix, or just a random tip?
When prompted, you should be given the message ``` "The Haskell process `%s' has died. Restart? (y, n, l: show process log) " ``` Does `l` not work for you?
I'm actually unable to reproduce this original error. @chrissound your error looks different, since it is coming from `flycheck` and not `haskell-mode`. I'd investigate the missing dependency it's complaining about.
Thanks for reporting this. I can confirm it. It seems to have been caused by 4ea8774ee29e230f04c28423d2abba33ba072f42, which was a fix contributed by @goose121 in #1740 to address issue #1594. I...
> What's the proper way to quit Haskell? Killing the buffer should be the idiomatic way. > To repeat: when I enter ":q" at the prompt in the haskell buffer,...
PS. It looks like you can customize `haskell-process-suggest-restart` to `nil` to suppress all the prompts.