auto-complete / popup-el

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

Fix for Emacs 24.5 issue #93

Closed syohex closed 9 years ago

syohex commented 9 years ago

On Emacs 24.5 or higher, string in 'after-string' of overlay which sets 'display' property at same time does not display in some cases.

(However I don't understand well this issue.)

Original code

before

In this case, 3rd line in quick help tooltip, string of 'display property is ' and string of 'after-string is byte-run.el' .. Emacs displays only `'display' property.

Apply this patch

after

I confirmed this patch works on Emacs 24.4 or lower.

m2ym commented 9 years ago

I don't remember much about the original code, but the patch looks good. Thanks!

dgutov commented 9 years ago

On Emacs 24.5 or higher, string in 'after-string' of overlay which sets 'display' property at same time does not display in some cases.

Why not file a bug?