Git Product home page Git Product logo

Comments (3)

rakanalh avatar rakanalh commented on June 8, 2024

Hi Pieter,

I wouldn't think that the reason is because many plugins are being loaded. Could you share a bit more information about your issue?

  1. What languages did you choose for the generation?
  2. What was the major mode when you were experiencing the slow responses? did you open a text file, python, C?

from emacs-bootstrap.

PieterPaulussen avatar PieterPaulussen commented on June 8, 2024

I installed Python combined with the theme Spacemacs and tried Ivy and Helm as completion frontend.
After installation I let the installer complete (the theme changed etc) and then opened a python file (just a small one ,500 lines or so)
When you open a file, does the completion frontend need to load or construct the data for it?

from emacs-bootstrap.

rakanalh avatar rakanalh commented on June 8, 2024

Interesting... i think i've seen this before and the reason could be elpy trying to connect to the backend to retrieve auto-complete information.
What you could do is try elpy-config and verify that you've installed the requirements elpy needs in your local virtualenv: pip install jedi at the very least. elpy-config should show you the rest of it's requirements or you can check out it's github page.

Otherwise, i would profile the code using this guide:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Profiling.html

And you'll get a report where the code is spending most of the time in execution. Let me know how it goes for you.

from emacs-bootstrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.