-
Notifications
You must be signed in to change notification settings - Fork 21
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
Invalid byte code error (cl--defalias) in emacs 24.5 and emacs 25.x #25
Comments
Emacs byte-code isn't stable between versions. It looks like Please post the contents of |
Thanks for looking into it. Here are links to stuff that might help with the debug: |
For what it's worth, I saw this too:
Deleting all the smartparens/*.elc files and bytecompiling afresh does not help. |
Ok, I'll investigate. The tricky part is isolating the issue. On Tue, Sep 29, 2015 at 5:14 PM, Wilfred Hughes notifications@github.com
|
I was able to reproduce this with |
Can you give it a try now that debugging is disabled? |
I now get this error:
Looks like you are seeing the same issue too. Currently, I am on the latest master build. |
@kaushalmodi I found a work-around by removing the :nowait t, or setting it to nil. I'm still not exactly sure what changed in |
@jschaf Thanks! That worked for me too. I'll close this issue as the fix seems to be done in the master. But if removing |
Glad it worked. I'll change it tonight. |
Hi,
I haven't tried
M-x esup
in earlier versions but in versions 24.5 (latest stable as of now) and the latest build from git master branch (25.x), I get this error:The text was updated successfully, but these errors were encountered: