Giter Site home page Giter Site logo

Comments (3)

jeffbowman avatar jeffbowman commented on August 19, 2024 1

This is coming from the evil-ex project, not Rational Emacs, see: https://github.com/emacs-evil/evil/blob/222b791d3ebed9f58aeb3462522fa9e836fca642/evil-ex.el#L582

However, this version is older and should be updated to a newer version. This line was changed 15 months ago to be in compliance with Emacs 28. (see this commit: emacs-evil/evil@19cc5f8).

Unfortunately, there has not been a release which includes the commit above. Rational Emacs prefers versioned packages for (hopefully) a more stable experience. This depends on packages "releasing" a version of their packages. So, here are the options:

  1. Reach out to the maintainers of evil-ex and request a new versioned release (this is simply adding a tag ala: git tag 1.15.0). Regardless if you choose either (or both) of the following options, please do this one.
  2. You can pin the evil package to the melpa archive with code like this: (add-to-list 'package-pinned-packages '('evil . "melpa")) do this in your early-config.el file. Stop Eamcs, delete evil from your installation in the elpa/ folder, restart Emacs and you should get the "melpa" version of evil.
  3. You can reorder the package priorities. Currently, "melpa" is prioritized lowest because the "version" numbers are only time stamps, but that makes them larger (both physically and numerically) than any stable version. package.el assumes a bigger version number is more recent and will therefore attempt to upgrade to the highest version it finds. We prioritize this lower than every other elpa to defeat that behavior. If you change the priority (or just set package-archive-priorities to nil) you will get the most current commits built in melpa (aka the development versions) of every package. If you choose this step, you don't need to do step 2. If you choose step 2, you don't need this one, but they are not mutually exclusive. You can choose to do them both without hurting anything.

Does this help you?

from crafted-emacs.

shivahnshankar avatar shivahnshankar commented on August 19, 2024

Thanks....that helped.

from crafted-emacs.

jeffbowman avatar jeffbowman commented on August 19, 2024

Great! If that resolves your issue, can we close this?

from crafted-emacs.

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.