flycheck-inline icon indicating copy to clipboard operation
flycheck-inline copied to clipboard

Unstyled flycheck-inline-* faces

Open ghost opened this issue 4 years ago • 0 comments

Hi,

Thank you for maintaining this awesome package!

Recently I found that the inline error messages sometimes used the default face. It seems that is because those flycheck-inline-* faces are inheriting from the corresponding compilation-* faces, which are defined in compile.el and that library may not always be loaded.

Here is a recipe to reproduce the issue:

  1. Run emacs -Q;
  2. M-x package-initialize RET;
  3. M-x global-flycheck-inline-mode RET;
  4. M-x describe-face RET flycheck-inline-info RET.

In the resulting buffer, you can see the sample text is unstyled.

Thank you!

ghost avatar Mar 19 '21 14:03 ghost