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

ace-jump not working in develop #2995

Closed
malchmih opened this issue Sep 12, 2015 · 16 comments
Closed

ace-jump not working in develop #2995

malchmih opened this issue Sep 12, 2015 · 16 comments

Comments

@malchmih
Copy link
Contributor

Getting SPC SPC is undefined now

@TheBB
Copy link
Contributor

TheBB commented Sep 12, 2015

What's the output of your SPC h d s? Have you made any custom leader bindings? If you're on develop, which distribution have you chosen?

@malchmih
Copy link
Contributor Author

System Info

  • OS: gnu/linux
  • Emacs: 24.4.1
  • Spacemacs: 0.104.0
  • Spacemacs branch: develop (rev. 139b323)
  • Layers:
((auto-completion :variables auto-completion-enable-help-tooltip t)
 (clojure :variables clojure-enable-fancify-symbols t)
 dash emacs-lisp evil-commentary eyebrowse games git html ibuffer org scala
 (shell :variables shell-default-shell 'multi-term shell-enable-smart-eshell t)
 syntax-checking themes-megapack user)

I'm using Ubuntu. I've made a few, but only for clojure layer. ace-jump doesn't work on startup screen for me.
It worked yesterday.

@malchmih
Copy link
Contributor Author

The same thing on my Mac (with the same .spacemacs).

@TheBB
Copy link
Contributor

TheBB commented Sep 12, 2015

If it worked yesterday, what commit were you on then? Any chance you can bisect this problem?

@malchmih
Copy link
Contributor Author

Did git bisect (heh, first time in my life 😄 : )

6e0ca23db8886b12fe8ed43f2fd66e08c0373374 is the first bad commit
commit 6e0ca23db8886b12fe8ed43f2fd66e08c0373374
Author: syl20bnr <sylvain.benner@gmail.com>
Date:   Fri Sep 11 23:00:33 2015 -0400

    core: set default distribution in template to spacemacs-core

    Also remove version-control layer from template and add emacs-lisp
    to initial value for dotspacemacs-configuration-layers

@darker0n
Copy link

+1

@justbur
Copy link
Contributor

justbur commented Sep 12, 2015

@syl20bnr this is probably the default choice of distro for people who don't have this variable in their dotfile.

@TheBB
Copy link
Contributor

TheBB commented Sep 12, 2015

Yeah, set dotspacemacs-distribution to spacemacs in your dotspacemacs/layers function. See the updated dotfile template for details.

@justbur
Copy link
Contributor

justbur commented Sep 12, 2015

The fix should be to set dotspacemacs-distribution to 'spacemacs in dotspacemacs/init

@malchmih
Copy link
Contributor Author

Thank you, ace-jump works now with dotspacemacs-distribution 'spacemacs. But why spacemacs-core doesn't work? Is it WIP?

@TheBB
Copy link
Contributor

TheBB commented Sep 12, 2015

spacemacs-core doesn't include avy.

@TheBB
Copy link
Contributor

TheBB commented Sep 12, 2015

See #2937 for some discussion on how to improve the granularity.

@justbur
Copy link
Contributor

justbur commented Sep 12, 2015

Reference for this problem #2984 (comment)

@malchmih
Copy link
Contributor Author

Thanks again!

TheBB pushed a commit that referenced this issue Sep 12, 2015
This sets the default distribution back to spacemacs. This is for people
who for whatever reason don't set `dotspacemacs-distribution` in their
dotfile.
@malchmih
Copy link
Contributor Author

But now , doesn't work in clojure file. SPC m works. On , I get No previous search
Can it be somehow connected with the issue above? If not, I'll create another issue.

@TheBB
Copy link
Contributor

TheBB commented Sep 12, 2015

It's another issue. The major mode leader key is bugged in clojure.

@TheBB TheBB closed this as completed Sep 12, 2015
dcluna pushed a commit to dcluna/spacemacs that referenced this issue Sep 14, 2015
This sets the default distribution back to spacemacs. This is for people
who for whatever reason don't set `dotspacemacs-distribution` in their
dotfile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants