[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reachable killed buffers
From: |
Stefan Monnier |
Subject: |
Re: Reachable killed buffers |
Date: |
Fri, 14 Sep 2012 09:29:53 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
> Since our discussion shows that there is no solid and bullet-proof
> solution for killed buffers problem (IMHO), I would like to propose
> an alternate (less effective, but safe) solution:
I don't think this issue deserves that much effort.
I think the original behavior (of keeping some buffers longer than
needed) wasn't that terrible and the current behavior (of sometimes
removing deleted buffers but not always) is fine as well, I suspect that
in practice those lists are pretty much never reachable from elsewhere,
so the "risk" of not removing all deleted buffers is very low.
I.e. let's keep the current code and move on to more useful issues,
Stefan
- Re: Reachable killed buffers, (continued)
- Re: Reachable killed buffers, Paul Eggert, 2012/09/12
- Re: Reachable killed buffers, Stefan Monnier, 2012/09/12
- Re: Reachable killed buffers, Paul Eggert, 2012/09/13
- Re: Reachable killed buffers, Dmitry Antipov, 2012/09/13
- Re: Reachable killed buffers, Paul Eggert, 2012/09/13
- Re: Reachable killed buffers, Stefan Monnier, 2012/09/13
- Re: Reachable killed buffers, martin rudalics, 2012/09/13
- Re: Reachable killed buffers, Paul Eggert, 2012/09/13
- Re: Reachable killed buffers, martin rudalics, 2012/09/13
- Re: Reachable killed buffers, Dmitry Antipov, 2012/09/14
- Re: Reachable killed buffers,
Stefan Monnier <=
- Re: Reachable killed buffers, martin rudalics, 2012/09/14
- Re: Reachable killed buffers, Dmitry Antipov, 2012/09/13
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109890: Do not mark objects from deleted buffers, windows and frames., martin rudalics, 2012/09/06