-
Notifications
You must be signed in to change notification settings - Fork 27
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 in Emacs-27 #35
Comments
Does |
Yes. It is relatively easy to depend on |
is this particular warning can be just turned off ? |
As long as you have packages calling cl, I think the warning will remain. I have tried cl-libify without success. |
Add this to
|
Even if our own .emacs requires only cl-lib, the warning remains. How can I identify the packages that depend on cl? Alternatively, how can I make the "Package cl is deprecated" warning be more verbose, by saying, for example: "while requiring package X: Package cl is deprecated"? |
@sangjeedondrub Thanks, the code removes the warning for me. Just had to put it early in the init. |
@ghali see the following link for info on how to list packages that depend on |
edit: I missed Pedro-w's comment. Follow his link for more info |
I have read the documentation of this variable, just curious:
Doesn't it means |
I agree with you. |
FYI neither |
I had the same issue, but I got |
i am seeing this as well. is there a difference in how emacs initialize in Mac OS? |
@rafiks @danieljamesross did you put it in early-init.el as suggested by @Holdnack here? That worked for me, same version of emacs and MacOS. |
@danieljamesross I had the same issue. emacs 27.1-3 on manjaro 20.1.1 |
What about (require 'loadhist)
(file-dependents (feature-file 'cl)) I got as output the following packages "/home/txarly/.emacs.d/elpa/deft-20200515.1513/deft.elc"
"/home/txarly/quicklisp/dists/quicklisp/software/slime-v2.23/contrib/slime-repl.el"
"/home/txarly/quicklisp/dists/quicklisp/software/slime-v2.23/contrib/bridge.el"
"/home/txarly/quicklisp/dists/quicklisp/software/slime-v2.23/contrib/slime-presentations.el"
"/home/txarly/quicklisp/dists/quicklisp/software/slime-v2.23/slime.el" Then, checking one by one (excepting |
yes. i also just tried emacs 28 and it still did not work for me.. I have Doom Emacs and d12frosted's Emacs. |
Confirm that this error is now squashed, thanks @Holdnack and @pedro-w. For anyone new, I'll reiterate: Put I didn't have an |
Removes "package cl is deprecated warning in emacs 27.1. For more info see this thread: kiwanami/emacs-epc#35
for those on prelude - i got it to work by adding a file in the |
This finally worked for me on macOS 11.2.3, Big Sur. Thank you so much! 🥂 |
[issue](kiwanami/emacs-epc#35)
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Would be nice to fix this, since if the user uses any package that depends on this, they'll get a warning on startup.
The text was updated successfully, but these errors were encountered: