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.
What you did, and what you expected to happen instead
When trying to run the Emacs daemon, it hangs on loading, and if run in the standard fashion, the above error occurs. While the usual error count area in the modeline still appears, no errors are ever reported, even though I know that errors exist (missing ; at the end of C-like statements, etc.). Showing an error count shows no errors, and Flycheck is enabled for the buffer.
Whether and how you were able to [reproduce the issue in emacs -Q][emacsQ]
Running in Emacs -Q, I can't enable flycheck. That may be because it's an installed package; I don't have a lot of experience debugging with Emacs -Q.
Your Flycheck setup from M-x flycheck-verify-setup
Syntax checkers for buffer *scratch* in lisp-interaction-mode:
emacs-lisp
- may enable: yes
- predicate: nil
- executable: Found at /usr/bin/emacs
The following syntax checkers are not registered:
csharp-omnisharp-codecheck
Try adding these syntax checkers to `flycheck-checkers'. Flycheck
Mode is enabled. Use C-u C-c ! x to enable disabled checkers.
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.
;
at the end of C-like statements, etc.). Showing an error count shows no errors, and Flycheck is enabled for the buffer.Your Flycheck setup from
M-x flycheck-verify-setup
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
GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-05
Flycheck version: 32snapshot (package: 20190108.351)