alexmurray / flycheck-posframe

Show flycheck errors via posframe.el
60 stars 9 forks source link

Odd behavior with macOS and full-screen mode #17

Closed carrete closed 4 years ago

carrete commented 4 years ago

On macOS, with Emacs in full-screen mode:

  1. Open a buffer that causes flycheck-posframe to display some error messages
  2. Switch to *Buffer List*
  3. Delete *flycheck-posframe*
  4. Emacs goes blank and becomes unresponsive

This https://github.com/carrete/.emacs.d/blob/master/lisp/setup-flycheck.el is how I have it setup.

carrete commented 4 years ago

Closing this as I'm pretty sure the problem is with posframe itself, not flycheck-posframe.

carrete commented 4 years ago

https://github.com/tumashu/posframe/issues/30