Giter VIP home page Giter VIP logo

Comments (6)

milouse avatar milouse commented on June 29, 2024

Hi,

I don’t know this version, but it looks like something change either in this new Emacs version, or in your configuration, or in the way Emacs understand your configuration.

Just to be sure it is not related to your configuration, but to this new Emacs version, you can try to check if the little demo present in this repository works or not with your Emacs version. You just have to clone this repository, then run make demo in your console. It should launch your Emacs version, but with a stripped down profile. Just open the provided "exemple.org" file and check if flycheck-grammalecte works as expected or not.

If it works, the problem is in your configuration. It is totally possible that something else breaks in your config before flycheck-grammalecte loading, and that’s why it is never loaded. Also check how you are loading flycheck-grammalecte (require, load file, use-package, straight…) and if that way have change or not with the new Emacs version.

Finally if it does not work in the demo, it means there is some kind of incompatibility between this package and the new version. I may try to compile it myself later to check if I found something or not.

from flycheck-grammalecte.

joukeHijlkema avatar joukeHijlkema commented on June 29, 2024

from flycheck-grammalecte.

joukeHijlkema avatar joukeHijlkema commented on June 29, 2024

from flycheck-grammalecte.

milouse avatar milouse commented on June 29, 2024

Looks like a bug in the grammalecte-download-grammalecte function. As a temporary work around, you can try to download grammalecte manually. Download it here https://grammalecte.net/zip/Grammalecte-fr-v2.1.1.zip and unzip it. You will got a bunch of folders and files. You just need to take the folder called grammalecte and move it inside the flycheck-grammalecte install folder (even if it comes from melpa). Then restart Emacs and normally it should work again. If not, I’ll need to really try on my side, I’ll try to take some time asap.

from flycheck-grammalecte.

joukeHijlkema avatar joukeHijlkema commented on June 29, 2024

from flycheck-grammalecte.

milouse avatar milouse commented on June 29, 2024

With a second look I found the origin of the problem. Old URL were https://grammalecte.net/grammalecte/zip/… while new ones are https://grammalecte.net/zip/… (grammalecte subfolder has been removed). I’ve just pushed a quick fix and a new release for that. Thank you very much for the notification.

from flycheck-grammalecte.

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.