Steve Purcell
Steve Purcell
I'm thinking it should probably just be removed.
I assume that's bound to something Rails-specific in that case? Can you point me at the corresponding vimscript?
Yup. I _think_ it has never worked properly, partly because comments are a tricky business in `haml`: you can comment a whole nested block by adding `-#` to just the...
This seems to just run `hoogle`, at least in the GHC I'm running.
Which GHC versions / builds for Windows are y'all using?
Thanks. I don't have access to a Windows machine to try this on, and I'm not sure if any of the other repo contributors are following these issues. It *might*...
The issue title mentions `ghcid.el` - is this really a `haskell-mode` issue?
> I just tried using haskell-compile and it seems to be more broken in that none of the errors get highlighted. If you provide some steps to reproduce, with corresponding...
Thanks for the pointer. It's not good practice to include code within a package that requires new Emacs versions when the package overall aims for compatibility with older Emacsen. (Partly...
Neat, but I feel like your `symbol-overlay-jump-avy` function doesn't do anything in particular to integrate with `symbol-overlay`. My take is that you could submit it for addition to `avy.el` as...