Giter Club home page Giter Club logo

Comments (9)

bbatsov avatar bbatsov commented on May 17, 2024

I feel that using prog-mode-hook is good enough. Most programming modes that would benefit from flycheck are derived from prog-mode anyways.

from flycheck.

swsnr avatar swsnr commented on May 17, 2024

@bbatsov Probably text-mode-hook too, to catch latex-mode and probably other markup languages, too, that might get syntax checkers in future.

from flycheck.

swsnr avatar swsnr commented on May 17, 2024

#97 suggests that hooks may not be enough, even though the affected mode is badly written in this case.

from flycheck.

swsnr avatar swsnr commented on May 17, 2024

@bbatsov I will merge the aforementioned commit into master soon. The recommended way to enable Flycheck globally is global-flycheck-mode then.

You may want to update Prelude accordingly once this issue is closed.

from flycheck.

bbatsov avatar bbatsov commented on May 17, 2024

OK, I'll do that.

from flycheck.

swsnr avatar swsnr commented on May 17, 2024

@bbatsov Ok, I'll notify you again once the branch is merged. Before that, it still needs some unit tests.

from flycheck.

swsnr avatar swsnr commented on May 17, 2024

@bbatsov The branch is merged, (global-flycheck-mode) is now the recommended way to enable Flycheck.

You may want to use kind of a conditional construct in Prelude, though, to maintain compatibility with previous versions of Flycheck:

(if (fboundp 'global-flycheck-mode)
    (global-flycheck-mode)
  (add-hook …))

from flycheck.

bbatsov avatar bbatsov commented on May 17, 2024

Done.

from flycheck.

swsnr avatar swsnr commented on May 17, 2024

Cool, thanks for your support.

from flycheck.

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.