bastibe / annotate.el

Annotate.el
Other
384 stars 20 forks source link

Fixed wrong coloring of annotations #158

Closed cage2 closed 11 months ago

cage2 commented 11 months ago

Hi @bastibe !

Sorry if i commited directly to master. :disappointed:


- prevented using the same color on adjacent annotations;

  To     reproduce     the     issue    (assuming     the     variable
  'annotate-highlight-faces' is bound to a list of two elements):

  1. annotate the first line of a buffer (C-a)
  2. annotate the second line of the same buffer (C-a)
  3. delete the annotation on the second line (C-d)
  4. annotate again the second line (C-a)

  the annotations in both lines got the same colors.

Bye! C.

bastibe commented 11 months ago

No worries, @cage2. As always, good work!

cage2 commented 11 months ago

Hi @bastibe !

Thanks a lot! I am going to merge in a minute! Bye! C.