Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spacemacs freezes between "is ready" and "is up to date" #3079

Closed
user471 opened this issue Sep 19, 2015 · 4 comments
Closed

Spacemacs freezes between "is ready" and "is up to date" #3079

user471 opened this issue Sep 19, 2015 · 4 comments

Comments

@user471
Copy link

user471 commented Sep 19, 2015

There is a freezing for 7 seconds between "is ready" and "is up to date"
spacemacs
0.103.6 windows 8.1 emacs 24.5.1
Also I tried develop version and two emacs version http://sourceforge.net/projects/emacsbinw64/ and https://ftp.gnu.org/gnu/emacs/windows/
Is there any way to fix it?

@user471
Copy link
Author

user471 commented Sep 20, 2015

I enabled dotspacemacs-verbose-loading and got this

Spacemacs is ready.
Configuring package helm... [2 times]
ad-handle-definition: `tramp-read-passwd' got redefined
Configuring package helm...done (4.858s) [2 times]
Spacemacs is up to date.

I guess Configuring package helm...done (4.858s) [2 times] could be the problem.
Does helm configuration suppose to freeze the UI?

@robbyoconnor
Copy link
Contributor

@user471 -- [2 times] just means you scrolled and hit that line twice...not that it ran twice.

@user471
Copy link
Author

user471 commented Sep 20, 2015

@robbyoconnor No, it isn't about [2 times]. There is only Configuring package helm... between "is ready" and "is up to date" so I think it freezes the spacemacs UI. Other packages don't cause such problem. Maybe there is something wrong with helm.

@syl20bnr
Copy link
Owner

Spacemacs cannot do anything about helm being long to load on Windows. To mitigate this I will add a new variable to specifiy a speed profile for a machine, for slow machines we will force the loading of helm at load time. We won't defer it since it is too much noticable while spacemacs is actually running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants