Hi all, On 28/03/2025 20:50, Spencer Baugh wrote: > After some use, it seems better to return an alist rather than a hash > table from this function; that alist is in the same order as the buffer > list that was passed in, which is nice for completion. So here's a > version which does that. Here's the corresponding patch to project.el to use the new function. The use of new logic is predicated on the non-nil value of uniquify-buffer-name-style. The latter doesn't necessarily imply that the user wants the former, but seems a safe enough bet.