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

Use package cl-lib instead of deprecated package cl #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

logicdavid
Copy link

I couldn't get mizar mode to run on Emacs 28, and I think it is because the package cl has been moved to cl-lib and its functions acquire the prefix "cl-" (third becomes cl-third, and incf becomes cl-incf). So I updated mizar.el to use the new package and new functions. Now it run on Emacs 28 and presumably, any Emacs since 24.3, when cl-lib was introduced.

@pqnelson
Copy link

pqnelson commented Dec 20, 2022

There are a few functions you missed upgrading (e.g., line 971 (mizar-pp-parsed-fla (fourth fla)))) should replace fourth with cl-fourth; also instances of sixth should be cl-sixth, etc.).

But the reason Mizar-mode probably won't work on Emacs 28 is because get-line was completely rewritten and broke Mizar-mode.

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

Successfully merging this pull request may close these issues.

2 participants