]> code.delx.au - gnu-emacs-elpa/commit
avy.el (avy--overlay-at-full): Work-around 20607
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 18 May 2015 18:38:20 +0000 (20:38 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 18 May 2015 18:38:20 +0000 (20:38 +0200)
commitbe74714fd465383f5fcdf0f1951413c201e6628d
treeb1ed429e03c31de24bff8ca1e24a88fc635c9b95
parenta4f4015db4c750ba8888734b01bf26d51f7df70a
avy.el (avy--overlay-at-full): Work-around 20607

* avy.el (avy--overlay-at-full): There's a problem when there are two
  overlays at the same point in the same buffer, but in different
  windows, *only if* they are of different length. Make them the same
  length to work-around this bug.

See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20607

Fixes #47
avy.el