bastibe / annotate.el

Annotate.el
Other
384 stars 20 forks source link

Fix resize hook #129

Closed cage2 closed 2 years ago

cage2 commented 2 years ago

Hi!

Window-size-change-functions wants a list of functions that accepts a frame as an argument, whilst we was using 'font-lock-flush' that takes two integer arguments. The results was that the annotation was not properly resized.

This patch fix this problem.

Bye! C.

cage2 commented 2 years ago

Hi @bastibe!

Looks good!

Thanks! :-)

Another bug fixed. It seems that the bugs you fix are becoming more and more specific, which is cool to see! That's a good proxy that annotate is getting closer to being bug-free tada.

But I expect that, when i will start working on #123, an entirely new breed of bugs will arise! 😊

Bye an thanks again for reviewing the code! C.