bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59153: List project buffers


From: Dmitry Gutov
Subject: bug#59153: List project buffers
Date: Sat, 12 Nov 2022 03:39:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

On 10.11.2022 23:21, Dmitry Gutov wrote:
+;; 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.

Never mind. Removed it, thanks.





reply via email to

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