auto-complete / popup-el

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

Text properties of underlying text reflected in popup #105

Closed DarwinAwardWinner closed 8 years ago

DarwinAwardWinner commented 8 years ago

It seems that some properties of the text under a popup such as bold and italic can be applied to rows of the popup over top of those lines, as shown in the screenshot:

emacs-auto-complete-bug

Notice the three lines with Errors in bold are also bold in the popup. This bug has also been reported in auto-complete here and in emacs-live here, with a potential fix at the second link.

DarwinAwardWinner commented 8 years ago

This seems to be fixed by having popup-face inherit from the default face.

syohex commented 8 years ago

Thanks for reporting issue. I applied you suggestion. Please check latest version. And report us if you still have any issues.