Dmitry Gutov writes: > On 15.06.2020 13:00, Philip K. wrote: >> I wanted to propose a command for project.el to kill all opened buffers >> in a project, called when one finishes working on some specific >> code-base. I gave it the name "project-clean-up", but maybe it should be >> renamed? > > I've just looked it up, and Projectile has a command called > project-kill-buffers. Perhaps follow its example? > > https://github.com/bbatsov/projectile/blob/33bc91e7518fb8cecd89580f16e0ac21799de2c2/projectile.el#L3642 > > I somewhat prefer the explicit naming. Looking at it, you won't mistake > it for a command that removes build artefacts, or "tidies up" the code, > for instance. I changed the name to project-kill-buffer in the patch below. It kind of feels like a ripoff now, but there probably aren't that many way to implement the idea either. Hope I didn't miss any of the issues brought up. -- Philip K.