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

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

bug#46202: 28.0.50; project-find-file performance degrades significantly


From: Dmitry Gutov
Subject: bug#46202: 28.0.50; project-find-file performance degrades significantly with ede-enable-generic-projects
Date: Mon, 1 Feb 2021 14:08:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi!

On 31.01.2021 06:38, Pankaj Jangid wrote:

With following lines in init, the performance of project-find-file (C-x
p f) degrades significantly:

(eval-and-compile (require 'ede))
(global-ede-mode +1)
(ede-enable-generic-projects)

If I comment ‘(ede-enable-generic-projects)’ then it is back to normal.

Adding a basic project backend for EDE seems to have been a bet with little payout (nobody who knows anything about EDE is improving it).

Could you explain how you using EDE and the benefit you get from calling (ede-enable-generic-projects)?

Would anybody miss EDE <-> project.el integration, do you think?

We could remove it or, I suppose, deprioritize over the VC-based backend.

For a workaround, try:

  (with-eval-after-load 'ede
    (remove-hook 'project-find-functions #'project-try-ede))





reply via email to

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