-
Notifications
You must be signed in to change notification settings - Fork 14
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
Not compiling on emacs-26? #7
Comments
Thanks, I'll look into it. No, I haven't tested it with the latest Emacs versions. |
The primary cause seems to be eager macro expansion, which didn't exist when I wrote this ages ago. I'm trying to rearrange code to resolve dependencies betwen macros and functions. |
I'd like to fix this, but I have been busy with other tasks. @jwiegley, I'm guessing you don't have an urgent need for this to work? |
No, none at all. If the answer is "check back in 2020", I'm fine with that. :) |
I also would be quite interested in using Is there a chance for this to be fixed? |
Thanks for the timely comment! I do want emacs-cl to work with the latest Emacs releases. I see a potential in the future for Emacs libraries to be able to use Common Lisp libraries, and I would be excited to see where that might lead. But unfortunatly, I'm more busy than ever, so I don't have time to work on this now. Check back in 2030? ;-) That said, I would be happy to work together with some contributors who are interested in resolving this. No code in emacs-cl is sacred, so I'm willing to see drastic changes and throw out support for older Emacs versions if need be. |
I don't have an urgent or serious need, nor the skill to help, but I am interested in seeing if I couldn't use Emacs-CL for improving Emacs interaction with CYC through SubL. |
Hello @aindilis, Two things stand out in particular:
|
I get this when running
make
insrc
:The text was updated successfully, but these errors were encountered: