]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: fix dangling overlays in notmuch-search
authorMatt Armstrong <matt@rfc20.org>
Thu, 13 Oct 2022 03:20:38 +0000 (20:20 -0700)
committerDavid Bremner <david@tethera.net>
Sat, 5 Nov 2022 17:13:43 +0000 (13:13 -0400)
notmuch-search-insert-authors now sets the evaporate property on the
ellipsis overlays.  Emacs will delete them when the buffer contents
are zeroed out, which happens with `notmuch-refresh-buffer`.  This
prevents them from being collapsed to zero-width overlays in position
1.  See Emacs bug#58479.  An upcoming change in Emacs will make these
dangling overlays visible to the user.


No differences found