emacs-devel
[Top][All Lists]
Advanced

[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: Sat, 08 May 2021 13:05:02 +0000

Philip Kaludercic <philipk@posteo.net> writes:

> So maybe something like 
>
>     (let ((root (project-root proj))
>           (extr (project-external-roots proj)))
>       (member file (project-files proj (cons root extr))))

I realize that one issue here is that external roots could be shared by
multiple projects, so you wouldn't want to kill them when cleaning up
after a project even if you would want to have them listed.

> ?

-- 
        Philip K.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]