larstvei / Focus

Dim the font color of text in surrounding paragraphs
485 stars 16 forks source link

autocomplete window disables grayed out regions #9

Open shaunpatel opened 8 years ago

shaunpatel commented 8 years ago

It seems that when an autocomplete window appears the grayed out regions unfocus. Any ideas here? Thanks.

larstvei commented 8 years ago

My best guess is that auto complete mode (which I'm assuming that you are using) moves the point in order to display the completions. Because focus mode relies on the point this might cause weird looking behaviour.

As I don't have any good fixes for this in mind, the best I can do is recommend company mode, which does not have this issue, and is all over a better package in my opinion.

Sorry for the late response!

larstvei commented 7 years ago

Hi, I just realised that company mode suffers from the same problem, so sorry about that. I still don't have any good idea on how to fix this though...