emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ELPA] New package: beacon


From: Artur Malabarba
Subject: Re: [ELPA] New package: beacon
Date: Thu, 15 Oct 2015 23:47:51 +0100

2015-10-15 23:27 GMT+01:00 Kaushal Modi <address@hidden>:
>> You can try reenabling it at the end of beacon--vanish.
> That worked!
>
>> But here's another idea: try adding this line inside
> beacon--ov-put-after-string, between the two calls to `overlay-put'
>     (overlay-put overlay 'priority most-positive-fixnum)
>
> I commented out the fci-mode hacks, did the above and re-evalled.. this
> works even better! Thanks!
>
> I didn't quite understand why setting the beacon overlay priority to the max
> worked.. Was it that earlier the fci-mode overlays were fighting to get
> displayed inbetween the beacon overlay displays?

fci-mode overlays were being displayed on top of beacon's overlays. By
upping the priority we ensure that beacon gets to be on top.
I'll add that code to the package now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]