all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Pankaj Jangid <pankaj@codeisgreat.org>, 46202@debbugs.gnu.org
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	[thread overview]
Message-ID: <ff98594b-5e25-8cfe-3f80-4afba1ada04b@yandex.ru> (raw)
In-Reply-To: <m2sg6hwwj9.fsf@codeisgreat.org>

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	other threads:[~2021-02-01 12:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-31  4:38 bug#46202: 28.0.50; project-find-file performance degrades significantly with ede-enable-generic-projects Pankaj Jangid
2021-02-01 12:08 ` Dmitry Gutov [this message]
2021-02-01 16:26   ` Pankaj Jangid
2021-02-01 22:55     ` Dmitry Gutov
2021-02-02  3:02       ` Pankaj Jangid
2021-02-18  3:12         ` 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=ff98594b-5e25-8cfe-3f80-4afba1ada04b@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=46202@debbugs.gnu.org \
    --cc=pankaj@codeisgreat.org \
    /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.