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

‘open the quickhelp’ suspended #3853

Closed
tsimaa opened this issue Nov 17, 2015 · 7 comments
Closed

‘open the quickhelp’ suspended #3853

tsimaa opened this issue Nov 17, 2015 · 7 comments

Comments

@tsimaa
Copy link

tsimaa commented Nov 17, 2015

OS: Slackware-current

When I start Emacs, bottom line prompt "open the quickhelp". Emacs suspended animation without response, about 1 ~ 2 minutes after only can response keyboard action, which is what reason?

Spacemacs for the first time, thank you.

@TheBB
Copy link
Collaborator

TheBB commented Nov 17, 2015

You probably have emacs-helm/helm#1000

Try this in your dotspacemacs/user-init function.

  (setq tramp-ssh-controlmaster-options
        "-o ControlMaster=auto -o ControlPath='tramp.%%C' -o ControlPersist=no")

@tsimaa
Copy link
Author

tsimaa commented Nov 17, 2015

Yes, I have modified the ~/.spacemacs.d/init.el, but the situation is still not changed.

@TheBB
Copy link
Collaborator

TheBB commented Nov 17, 2015

No, your ~/.spacemacs, where your other settings are. Don't modify Spacemacs source code. Sorry I'm an idiot.

Can you do emacs --debug-init --timed-requires --profile to see what is taking a long time to load? You probably have to move to the develop branch to do this.

If you don't want to go to develop you can try emacs --debug-init and see in your *Messges* buffer if anything is taking a particularly long time to load.

@StreakyCobra
Copy link
Contributor

@TheBB He modified ~/.spacemacs.d/init.el, not ~/.emacs.d/init.el ;-)

@tsimaa
Copy link
Author

tsimaa commented Nov 17, 2015

I create file ~/.ssh/config and input:

Host *
ControlMaster auto
ControlPath ~/.ssh/master -%r@%h:%p
ControlPersist = no

Then, the problem is solved.

@TheBB
Copy link
Collaborator

TheBB commented Nov 17, 2015

Should maybe put that in the FAQ as well then.

@StreakyCobra
Copy link
Contributor

This has already been documented a few versions ago, closing it then.

d1egoaz pushed a commit to d1egoaz/spacemacs that referenced this issue Feb 6, 2016
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

3 participants