-
Notifications
You must be signed in to change notification settings - Fork 90
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
Error on call of gist-list #28
Comments
there seems to be a discrepancy between the version of eieio that was used to compile gist.el (or its dependencies) and the one that's used when you load them. I guess that means you installed one as a package dependency, and the stock one gets loaded instead. Could it be that your emacs configuration loads eieio before you even run (package-initialize) ? (generally speaking, package-initialize should be as close as possible to the top). If that doesn't help, can you provide the outputs of:
thanks ! |
No, thank you! |
ok, seems eieio 1.4 is breaking things again. I'm going to try to fix the dependencies properly, but in the meantime, you can probably workaround the issue by just uninstalling eieio 1.4 |
should be fixed with gist.el 1.0.1 (just uploaded to marmalade) |
Getting this error on package install now:
Tried uninstalling eieio 1.4 (which leaves me with the built-in 1.3). |
not sure why that is and I can't reproduce on a clean emacs 24 install. |
It's happening when trying to compile the file on the line where
|
very strange. what's the output of M-: (locate-library "eieio") now ? |
eieio is at:
gist is at:
|
i have the same error when i try load cedet/ecb package.... |
same here |
Gist was installed by way of
package-list-packages
.The text was updated successfully, but these errors were encountered: