-
Notifications
You must be signed in to change notification settings - Fork 347
haskell-mode does not work in emacs 24.4.1 in archlinux #380
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
This sounds like a packaging issue to me; is the |
Maibe it was not installed. I removed the application and clone the repo using git. So yes, there's a problem with the pacman package. |
Try |
Yep, or you can |
Is this one solved for you, @adrianor? |
I think so, thanks. @adrianor can re-open it if it's still a problem. |
no problem, can be closed 2015-02-17 10:06 GMT-06:00 Steve Purcell [email protected]:
|
Reopened. 2015-03-23 2:05 GMT+01:00 Michał Adamczyk:
xx |
Michał, can you check what version is pacman installing for you? |
@adamczykm: Michał, can you check what version is pacman installing for you? |
@gracjan You were too fast :). Melpa package didn't create autoload file, so I, going by usual convention, required haskell-mode.el. Requiring haskell.el instead fixed all of the issues. |
@adamczykm: pacman package sure contains pacman package also contains a lot of '*.elc' files which is arguably not a good thing as that depends on exact emacs version present. @adamczykm: Can you report a bug to archlinux packager that did package |
I didn't use pacman. I used cask https://github.com/cask/cask |
Comfirmed, melpa package does not have autoloads inside. Should melpa generate autoloads when installing? Should CASK generate autoloads when installing? What is the convention here? |
|
Why does cask not do it? Should cask be doing it?
|
Not sure. I thought that |
Are autoload generated from |
They're generated from the |
@adamczykm: I load
and then everything works. |
I have installed haskell mode for emacs in archlinux via:
sudo pacman -S emacs-haskell-mode
No problem so far. On my init.el file I have the load:
(load "/usr/share/emacs/site-lisp/haskell-mode/haskell-mode.el")
However, if I do "M-x haskell-mode" I get:
Symbol's value as variable is void: haskell-font-lock-choose-keywords
And also my haskell code is not highlighted as it is suppose to be.
The text was updated successfully, but these errors were encountered: