flycheck / flycheck

On the fly syntax checking for GNU Emacs
https://www.flycheck.org
GNU General Public License v3.0
2.42k stars 452 forks source link

Autoloading file flycheck.el/flycheck.elc failed to define function flycheck #1535

Closed treymerkley closed 5 years ago

treymerkley commented 5 years ago

Looking at other errors similar to this, I would be surprised if this is actually Flycheck's problem and not a weird fringe bug in my config or something, but I figured I would post here, since it does specify Flycheck.

The following syntax checkers are not registered:

Try adding these syntax checkers to `flycheck-checkers'. Flycheck Mode is enabled. Use C-u C-c ! x to enable disabled checkers.


Flycheck version: 32snapshot (package: 20190108.351) Emacs version: 26.1 System: x86_64-pc-linux-gnu Window system: x

* Your operating system
Manjaro Linux, 64-bit, up-to-date as of a few hours ago.
* Your Emacs version from `M-x emacs-version`

GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-05

* Your Flycheck version from `M-x flycheck-version`

Flycheck version: 32snapshot (package: 20190108.351)



Let me know if you guys need anything else or I'm missing something.
treymerkley commented 5 years ago

Never mind, was broken by adding :hook prog-mode to use-package.