-
Notifications
You must be signed in to change notification settings - Fork 347
Add end-to-end guide for configuring haskell-mode in a place where users will see it #197
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
In fact merging haskell-mode with ghc-mod would be awesome. At least the emacs part. Or maybe there's no need for ghc-mod. Maybe haskell-mode already provides everything ghc-mod does. But i cannot find any information on that. |
This issue report was last update in 2013. Is it still relevant to current code state? |
@chrisdone I know you have done a fair amount of work on Haskell mode. Perhaps you have something to add here? |
We are heading this direction, just look here: http://haskell.github.io/haskell-mode/manual/latest/ Technically manual has the following features:
There is this remaining part that somebody needs to sit down and write the content. |
I want to upgrade to the latest haskell-mode. I followed the link on this month's reddit post. Nothing there. But there was a link to "Home". Huh. Nothing there either. But there was a link to this issue. Aha, looks like I finally found it! I clicked on the link which was the reason that this issue was closed. Well, not yet... but there is a link to "Getting Started". That must be it!
Ugh. No no! I was reading it on the web page! Well... yes, I did install it. Years ago. Who remembers? I keep hearing about a bunch of different kinds of package managers, each with its own way of installing. Not a word, not a word in the Haskell Mode documentation. Or at least, not anything I could find even after a lot of searching. Could we please, please have: an "end-to-end guide for configuring haskell-mode in a place where users will see it"? In other words: please re-open this issue. Thanks. |
Okay :) For now the documentation is a bit scattered. Starting from zero is described in readme here: https://github.com/haskell/haskell-mode/blob/master/README.md Note that it should work out of the box, there is not much you need to just start using it. Advanced features are a bit different beasts though, so please come back for more information. |
Copied from README This addresses part of haskell#197
One of the benefits of using Eclipse if you're a Java user is that everything just works out-of-the-box. Autocompletion, type information, etc. I've heard legends of haskell-mode being able to complete such feats (with the help of other pieces of software). Unfortunately I'm just a mere Haskell programmer and emacs-fu is beyond my abilities. Could those who have read and understood the sacred emacs lisp codes enlighten the rest of us with an end-to-end guide to setting up a complete emacs environment for Haskell development.
Bonus points for:
cabal repl
.P.S. Someone shared this guide with me: http://lpaste.net/92858. Perhaps it can serve as a starting point.
The text was updated successfully, but these errors were encountered: