[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A ton of marker entry in buffer-und-list
From: |
Eli Zaretskii |
Subject: |
Re: A ton of marker entry in buffer-und-list |
Date: |
Sat, 27 Feb 2021 09:08:11 +0200 |
> From: Michael Heerdegen <michael_heerdegen@web.de>
> Date: Fri, 26 Feb 2021 22:48:51 +0100
>
> And I also think your analysis is correct: winner-mode adds something to
> `post-command-hook' that calls `winner-remember' which creates a fresh
> window-configuration. In post-command-hook! Every time. These are not
> all kept, no, but their markers (point and mark positions, all different
> objects, I have checked that), at least some of them, seem to live long
> enough to get part of buffer-undo-list when undoing. Once they are
> there, they can't even be garbage collected any more, because they are
> now referenced by a living lisp object.
>
> This is...not so good, right?
No, it isn't, IMO. Please report this as a bug.
- A ton of marker entry in buffer-und-list, Yuan Fu, 2021/02/25
- Re: A ton of marker entry in buffer-und-list, Eli Zaretskii, 2021/02/26
- Re: A ton of marker entry in buffer-und-list, Yuan Fu, 2021/02/26
- Re: A ton of marker entry in buffer-und-list, Eli Zaretskii, 2021/02/26
- Re: A ton of marker entry in buffer-und-list, Yuan Fu, 2021/02/26
- Re: A ton of marker entry in buffer-und-list, Michael Heerdegen, 2021/02/26
- Re: A ton of marker entry in buffer-und-list,
Eli Zaretskii <=
- Re: A ton of marker entry in buffer-und-list, Michael Heerdegen, 2021/02/27
- Re: A ton of marker entry in buffer-und-list, Yuan Fu, 2021/02/27
- Re: A ton of marker entry in buffer-und-list, Michael Heerdegen, 2021/02/28
- Re: A ton of marker entry in buffer-und-list, Stefan Monnier, 2021/02/26