Skip to content
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

haskell-process-do-info no longer displays exports (doesn't invoke :browse <module> ) #737

Closed
dmjio opened this issue Jun 22, 2015 · 2 comments

Comments

@dmjio
Copy link

dmjio commented Jun 22, 2015

Prior to 13.14 I was able to hover over a module import and call haskell-process-do-info (mapped to C-c C-i by default) and all top level functions / data types would display in the haskell interactive repl. Now nothing shows up. Has this functionality been moved? It appears to show a preview of the exports in a mini-buffer and in *Messages*, but not the repl.
Example: -- imported via Vertigo.Types.Follow [ data Follo .. ] is all I get, in a mini-buffer. Am I missing something trivial?

@dmjio dmjio changed the title :browse <module> no longer displays exports on haskell-process-do-info haskell-process-do-info no longer displays exports (doesn't invoke :browse <module> ) Jun 22, 2015
@geraldus
Copy link
Contributor

@dmjio I've already tried to reply you on IRC, have you tried presentation mode? You can enable it customizing haskell-process-use-presentation-mode option. The functionality has changed a bit recently.

@dmjio
Copy link
Author

dmjio commented Jun 22, 2015

@geraldus, ah thanks, typing haskell-customize and toggling the Haskell Process Use Presentation Mode under the Haskell interactive group, now prints type info and module export info in a new buffer

@dmjio dmjio closed this as completed Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants