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

Package cl is deprecated #2

Open
micdiamond opened this issue Aug 13, 2021 · 3 comments
Open

Package cl is deprecated #2

micdiamond opened this issue Aug 13, 2021 · 3 comments

Comments

@micdiamond
Copy link

Thank you for this! It worked for me :)

I'm pretty new to emacs, so this could be a silly question/issue.

I pasted the code from your .el into my config.el (I am using doom emacs)
I am now getting a message "Package cl is deprecated"

I found this thread about the issue, but couldn't work out how to get the issue to go away.

Do you have this error/do you know how to remove it?
Many thanks

@micdiamond
Copy link
Author

Please ignore my comment.
I fixed this by adding this to my init.el file
(setq byte-compile-warnings '(cl-functions))
I'm not sure how it works but I found it in this issue: kiwanami/emacs-epc#35

@douo
Copy link

douo commented Apr 5, 2022

@micdiamond You can use cl-destructuring-bind replace destructuring-bind to get a rid of deprecated cl package.

@256k
Copy link
Contributor

256k commented Mar 28, 2024

i changed the 'cl to 'cl-lib and it worked. i think cl is now called cl-lib?

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

3 participants