auto-complete / popup-el

Visual Popup Interface Library for Emacs
GNU General Public License v3.0
444 stars 95 forks source link

flycheck popup is messed up #92

Open Eilie opened 9 years ago

Eilie commented 9 years ago

For some reason flycheck compilation error popup can't be displayed over text so it chooses to add each line of compilation error popup at the end of existing line:

Disabling fci-mode fixes issue, would be great to make popup-el to work properly with fci-mode tho.

syohex commented 9 years ago

Would you tell us your Emacs version ?

If you use Emacs 24.5, it may be same as this.

Eilie commented 9 years ago

@syohex Using 24.4.1. Also screenshots in linked issue doesn't look quite the same as mine.

syohex commented 9 years ago

Thanks for checking.

akhilsbehl commented 8 years ago

I can confirm this problem and that disabling fci-mode fixes it.