GNU bug report logs -
#46202
28.0.50; project-find-file performance degrades significantly with ede-enable-generic-projects
Previous Next
Reported by: Pankaj Jangid <pankaj <at> codeisgreat.org>
Date: Sun, 31 Jan 2021 04:39:01 UTC
Severity: normal
Found in version 28.0.50
Done: Dmitry Gutov <dgutov <at> yandex.ru>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 46202 <at> debbugs.gnu.org (full text, mbox):
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))
This bug report was last modified 4 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.