-
Notifications
You must be signed in to change notification settings - Fork 347
Issue using type-at in spacemacs #689
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
Comments
@fatlazycat can you |
Would that goto the haskell-process-log ? Is any different from the output
|
@fatlazycat do you have some error messages when invoking type-at command or you just have unexpected result? In first case debugger output would be really helpful. Also, please clarify output you posed: which command you run manually or both of them? I see different column numbers (29 -> 31, 31 -> 32) in above commands, can you also show me line 240? |
Hmm, apologies seem to be getting myself confused. They changed the default emacs binding but their standard binding m h t now works showing the output in the haskell-process-log. It just doesn't appear anywhere else such as the gutter, which I assume is a spacemacs / my config issue. |
@fatlazycat if it works it's good. I've made some improvements on |
I have the same issue with result printed only in haskell-process-log. Nothing is printed at the bottom of emacs (whatever it's called). |
@wedens In a non-spacemacs emacs ? |
@fatlazycat yeah. non-spacemacs |
@geraldus hmm, how do you see the results ? I'll try a get the most minimal config for emacs sorted to try and narrow it down. |
Hey guys, sorry I also do not see results. Please excuse me I didn't made proper checks of echo area, I have presentation mode enabled and I can confirm that at least it works (and echo area stuff worked fine just not long ago)! Let me see what's happening and why it's become broken. |
Well, likely |
Cool! I have a hotfix! There was missing parentheses, I'll make a PR right now. |
😀 great thanks! |
@fatlazycat @wedens thanks for reporting, and excuse me for confusion! Let's wait Travis build |
Merged! @fatlazycat can you upgrade haskell-mode and check everything is working now? |
Not sure when it makes it to melpa-stable but copying your change into my system fixes it :) Thanks ! :) Another point, not sure it it's my config or haskell-mode but when I do haskell-process-show-type-at it moves the point / cursor to a place after the thing you are asking it's type of. Obviously not major. |
Yeah, I know that, I believe this was so from very beginning. Can you open an issue as a reminder? |
Sure #700 |
Starting last stable release we actually have a workflow for cherry-picks of small fixes from master to stable branches. Let me find out how this works. (If it doesn't then you will need to wait for next stable release, this does not have a date forecast yet) |
Actually spacemacs picked up the nightly for haskell-mode so all good, thanks. |
Hi, not sure where the issue lies, within spacemacs or haskell-mode hence this issue.
Have raised syl20bnr/spacemacs#1472
It appears something is sending the wrong columns to the type-at command.
Any ideas ? Could you help point me in the direction to debug this ?
Thanks
The text was updated successfully, but these errors were encountered: