From: Dmitry Gutov <dgutov@yandex.ru>
To: Juri Linkov <juri@linkov.net>, 59153@debbugs.gnu.org
Subject: bug#59153: List project buffers
Date: Thu, 10 Nov 2022 23:21:35 +0200 [thread overview]
Message-ID: <13792f94-52d7-4513-91c4-819b578089b5@yandex.ru> (raw)
In-Reply-To: <86a650t4b1.fsf@mail.linkov.net>
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.
next prev parent reply other threads:[~2022-11-10 21:21 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-09 17:40 bug#59153: List project buffers Juri Linkov
2022-11-09 18:01 ` Eli Zaretskii
2022-11-09 19:22 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-11-10 7:56 ` Juri Linkov
2022-11-10 8:56 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-11-10 17:59 ` Juri Linkov
2022-11-12 1:41 ` Dmitry Gutov
2022-11-12 18:02 ` Juri Linkov
2022-11-13 2:37 ` Dmitry Gutov
2022-11-13 17:57 ` Juri Linkov
2022-11-13 22:18 ` Dmitry Gutov
2022-11-15 8:36 ` Juri Linkov
2022-11-15 14:53 ` Dmitry Gutov
2022-11-15 18:55 ` Juri Linkov
2022-11-16 10:16 ` Pankaj Jangid
2022-11-18 7:09 ` Juri Linkov
2022-11-19 18:34 ` Dmitry Gutov
2022-11-19 18:48 ` Juri Linkov
2022-11-19 19:22 ` Dmitry Gutov
2022-11-10 21:21 ` Dmitry Gutov [this message]
2022-11-12 1:39 ` Dmitry Gutov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=13792f94-52d7-4513-91c4-819b578089b5@yandex.ru \
--to=dgutov@yandex.ru \
--cc=59153@debbugs.gnu.org \
--cc=juri@linkov.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.