Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstyled flycheck-inline-* faces #20

Open
ghost opened this issue Mar 19, 2021 · 0 comments
Open

Unstyled flycheck-inline-* faces #20

ghost opened this issue Mar 19, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 19, 2021

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 ghost mentioned this issue Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants