Giter VIP home page Giter VIP logo

Comments (5)

Zulu-Inuoe avatar Zulu-Inuoe commented on August 24, 2024 3

Hi @shiorid !

What I meant here is that I would like to eliminate the deprecation warning on Emacs 27+, doing so in a way that is backwards-compatible with Emacs 26-.

from elcord.

nueidris avatar nueidris commented on August 24, 2024

cl-lib will work on version 24.3 and above. Compatibility is not a big issue here.

from elcord.

DaniruKun avatar DaniruKun commented on August 24, 2024

IIRC this was fixable by add (require 'cl-lib) to the top of the package.

from elcord.

Zulu-Inuoe avatar Zulu-Inuoe commented on August 24, 2024

@DaniruKun we already have (require 'cl-lib) in there - Do you mean it needs to be the first line of the file?
If you have any reference I could read on I'd appreciate it

from elcord.

Lord-Valen avatar Lord-Valen commented on August 24, 2024

cl-lib is not deprecated. cl-lib is the replacement for the deprecated cl (which elcord does not use). As such, elcord is not causing the warning to be emitted and this issue should be closed. If you want to find out who's causing the deprecration warning you can call the following:

(require 'loadhist)
(file-dependents (feature-file 'cl)

@Zulu-Inuoe The matter is explained here: doomemacs/doomemacs#3372 (comment)

from elcord.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.