-
Couldn't load subscription status.
- Fork 349
Error overlays #770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error overlays #770
Conversation
|
Origin PR: #766 |
haskell-load.el
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add second whitespace after . (emacs lint produces a warnings about this)?
|
very nice! |
|
@geraldus, pushed, but, if I'm not wrong the lack of a double-space in that docstring wasn't introduced by me. |
|
@deepfire: Good stuff. There are some things to get in shape, overall this is pretty cool thing! |
6106eba to
ae81a0c
Compare
|
@gracjan, I'm thinking.. is it time to separate overlay functions into |
945f9b0 to
81c1af4
Compare
|
@gracjan, after a litany of curses I have made And I can happily report that:
I'm not sure if this constitutes sufficient testing, though. |
|
Thanks.
|
Error overlays in haskell-interactive-mode
|
Cool, thanks! Let's try this out! |
|
@geraldus, it's somewhat incomplete without the other pull requests, I'm afraid.. |
|
@geraldus, at a minimum you would want: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't these going to conflict with ghc-mod?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DanielG, do you mean with:
(defvar ghc-previous-key "\ep")
(defvar ghc-next-key "\en")
I must say I overlooked this, then..
But then, there's the more pressing question of having two sets of overlays on at the same time, which is still unresolved.
No description provided.