GNU bug report logs -
#59153
List project buffers
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Wed, 9 Nov 2022 17:44:01 UTC
Severity: wishlist
Tags: patch
Fixed in version 29.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 59153 <at> debbugs.gnu.org (full text, mbox):
On 09.11.2022 19:40, Juri Linkov wrote:
> There are project commands and keys corresponding
> to the most useful buffer commands:
>
> C-x k (kill-buffer) - C-x p k (project-kill-buffers)
> C-x b (switch-to-buffer) - C-x p b (project-switch-to-buffer)
>
> What is still missing is a command to list project buffers:
>
> C-x C-b (list-buffers) - C-x p C-b (project-list-buffers)
This is fine with me, thank you.
> +;; UNUSED?
> (defun project--buffer-list (pr)
> "Return the list of all buffers in project PR."
> (let ((conn (file-remote-p (project-root pr)))
And this is a good catch. Apparently the common project buffer
enumeration logic is now missing the file-remote-p related speedup we
added for
https://lists.gnu.org/archive/html/emacs-devel/2021-05/msg00152.html.
I wonder if it's still relevant, that's worth retesting.
This bug report was last modified 2 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.