[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] lisp/bookmark.el: make bookmark-fontify nil by default
From: |
Lars Ingebrigtsen |
Subject: |
Re: [PATCH] lisp/bookmark.el: make bookmark-fontify nil by default |
Date: |
Wed, 15 Sep 2021 09:59:29 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
<miha@kamnitnik.top> writes:
> I guess my idea was the following: we want at most one bookmark overlay
> per buffer, so it's natural to put this overlay in a buffer local
> variable. We then call move-overlay instead of make-overlay if it
> already exists.
I've now put an `evaporate' on the fringe overlay, and that seems to fix
the issue in vc buffers.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: [PATCH] lisp/bookmark.el: make bookmark-fontify nil by default, (continued)