all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pankaj Jangid <pankaj@codeisgreat.org>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: 46202@debbugs.gnu.org
Subject: bug#46202: 28.0.50; project-find-file performance degrades significantly with ede-enable-generic-projects
Date: Mon, 01 Feb 2021 21:56:43 +0530	[thread overview]
Message-ID: <m2y2g7lpoc.fsf@codeisgreat.org> (raw)
In-Reply-To: <ff98594b-5e25-8cfe-3f80-4afba1ada04b@yandex.ru> (Dmitry Gutov's message of "Mon, 1 Feb 2021 14:08:26 +0200")

Dmitry Gutov <dgutov@yandex.ru> writes:

>> 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)?

I was just following the video tutorial from Anand Tamariya for
configuring Emacs for Java coding. It suggested EDE. Earlier, when I
read about EDE, it was mostly related to C/C++ files. So I didn’t touch
at that time.

But now when I enabled generic projects, it affected my other
workflow. So I disabled it again. I am happy with just the project.el.

> Would anybody miss EDE <-> project.el integration, do you think?
>
> We could remove it or, I suppose, deprioritize over the VC-based backend.

Yes. I think EDE should be disabled/ deprioritized in favour of
project.el.

> For a workaround, try:
>
>   (with-eval-after-load 'ede
>     (remove-hook 'project-find-functions #'project-try-ede))
>

This workaround did not work.





  reply	other threads:[~2021-02-01 16:26 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
2021-02-01 16:26   ` Pankaj Jangid [this message]
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=m2y2g7lpoc.fsf@codeisgreat.org \
    --to=pankaj@codeisgreat.org \
    --cc=46202@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    /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.