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

flymake-init uses nil haskell-saved-check-command #384

Closed
andrewsw opened this issue Nov 30, 2014 · 1 comment
Closed

flymake-init uses nil haskell-saved-check-command #384

andrewsw opened this issue Nov 30, 2014 · 1 comment

Comments

@andrewsw
Copy link

Using raw flymake in haskell-mode, without additional functionality enabled (e.g. ghc-mod), flymake-init uses haskell-saved-check-command, which defaults to nil leaving flymake broken. It appears to pre-suppose that the use has already run haskell-check which will set haskell-saved-check-command. But if flymake mode is enabled by default then it will immediately run on finding the file and fail henceforth.

haskell-mode version 20141127.28 from melpa
emacs 24.4.1 on debian testing.

@gracjan
Copy link
Contributor

gracjan commented Dec 5, 2015

Lets agree to use flycheck instead of flymake.

@gracjan gracjan closed this as completed Dec 5, 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

Successfully merging a pull request may close this issue.

2 participants