-
Notifications
You must be signed in to change notification settings - Fork 343
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
Presentation mode configuration does not make any changes #574
Comments
@chrisdone: Chris, can you comment on this issue? |
Presentation mode currently just applies to |
Oh, well, now I see what presentation mode is. I've opened it because description of this var states:
Thanks for clarification, I will wait for updates. |
I can't promise anything for sure, I'll take a look of how |
If so make it optional; I originally had types using presentation mode, but in the end I found it too heavy-weight to just see the type. |
If I set
haskell-process-use-presentation-mode
tot
this make no difference if it is set tonil
. E.g. no matter what value is used, when I runhaskell-mode-show-type-at
it shows me colourful type information in echo area, and also prints to *** Messages *** buffer.I'm not sure what Presentation mode actually is, but I expected that Emacs will create some kind of popup instead of echoing type information when mentioned variable is set to
t
. Currently I havehaskell-doc-mode
enabled, which almost instantly replaces nice colourful type information from interactive haskell mode with plain colourless text; I hoped that presentation mode will help with this.The text was updated successfully, but these errors were encountered: