[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Speed up project-kill-buffers
From: |
Philip Kaludercic |
Subject: |
Re: [PATCH] Speed up project-kill-buffers |
Date: |
Mon, 03 May 2021 17:25:17 +0000 |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> I didn't know about that function! Just tried it out and it seems that
>> the patch below is even faster, as project-current does not have to be
>> invoked for every buffer, remote or not.
>
> I think it might misbehave if you have projects nested in the directory
> of other projects, tho.
That is true, but this leads to the more general question of whether a
sub-project is part of the super-project or not? Is there any reason to
intrinsically prefer one over the other?
> Stefan
--
Philip K.
- [PATCH] Speed up project-kill-buffers, Philip Kaludercic, 2021/05/03
- Re: [PATCH] Speed up project-kill-buffers, Stefan Monnier, 2021/05/03
- Re: [PATCH] Speed up project-kill-buffers, Philip Kaludercic, 2021/05/03
- Re: [PATCH] Speed up project-kill-buffers, Stephen Leake, 2021/05/08
- Re: [PATCH] Speed up project-kill-buffers, Philip Kaludercic, 2021/05/08
- Re: [PATCH] Speed up project-kill-buffers, Philip Kaludercic, 2021/05/08
- Re: [PATCH] Speed up project-kill-buffers, Dmitry Gutov, 2021/05/08
- Re: [PATCH] Speed up project-kill-buffers, Dmitry Gutov, 2021/05/08
- Re: [PATCH] Speed up project-kill-buffers, Stephen Leake, 2021/05/16
- Re: [PATCH] Speed up project-kill-buffers, Dmitry Gutov, 2021/05/16
- Re: [PATCH] Speed up project-kill-buffers, Stephen Leake, 2021/05/19
- Re: [PATCH] Speed up project-kill-buffers, Stephen Leake, 2021/05/20