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

Posframe doesn't hide automatically on moving the point out of the error line

Open Gleek opened this issue 3 years ago • 6 comments

This might be an issue in recent updates of posframe but flycheck-posframe has stopped hiding automatically once moved out of the error line. It stays open until I hover on it with my mouse or change my focus to the minibuffer.

I have solved it by running the flycheck posframe hide on post-command-hook.

(add-hook 'post-command-hook #'flycheck-posframe-hide-posframe)

Gleek avatar Feb 23 '21 08:02 Gleek