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

Byte compilation problem #160

Closed
Apteryks opened this issue Dec 14, 2020 · 2 comments
Closed

Byte compilation problem #160

Apteryks opened this issue Dec 14, 2020 · 2 comments

Comments

@Apteryks
Copy link

Hello,

Attempting to byte compile the Elisp libraries shipped with Cedille, I get:

emacs "--batch" "--eval=(eval '(progn (setq byte-compile-debug t) (byte-recompile-directory (file-name-as-directory \".\") 0 1)) t)"
Checking /tmp/guix-build-cedille-1.1.2.drv-2/source/...
Compiling /tmp/guix-build-cedille-1.1.2.drv-2/source/cedille-mode.el...

In toplevel form:
cedille-mode.el:16:30:Warning: Package cl is deprecated
Symbol’s value as variable is void: cedille-path-el

I've isolated (by commenting out parts of the code) that the problem comes from the following line:

(require 'cedille-mode-library)

in the root directory cedille-mode.el file (line 90).

I'm not just why that is or how to solve it, but I thought I'd report it here.

Thanks!

@astump
Copy link
Contributor

astump commented Dec 14, 2020

Thanks a lot for this bug report, Apteryks. Yes, byte-compilation of the .el files for Cedille is not working, I think. Something we will try to correct in the next version -- though development will likely not start on that until the summer (2021)?

@astump astump closed this as completed Dec 14, 2020
@Apteryks
Copy link
Author

Thank you for the prompt feedback. For the record, byte compilation worked for all files except cedille-mode.el, cedille-mode/cedille-mode-library.el and se-mode/se-hole.el.

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

No branches or pull requests

2 participants