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

Magit unbinds 'f' #2571

Closed
Kernael opened this issue Aug 7, 2015 · 16 comments
Closed

Magit unbinds 'f' #2571

Kernael opened this issue Aug 7, 2015 · 16 comments

Comments

@Kernael
Copy link

Kernael commented Aug 7, 2015

Magit's git remote update command, f a seems to unbind the f key for helm.

  • Open Spacemacs
  • Select project with SPC p p F3
  • update remote with f a
  • try SPC / -> pressing f in helm yields f is undefined

I can reproduce this bug almost every time with this procedure, do you guys have the same ?

@bgamari
Copy link
Contributor

bgamari commented Aug 30, 2015

Yes, I have also found this to be the case. I think the problem may apply to all minibuffer uses.

@ed-ilyin
Copy link

ed-ilyin commented Sep 1, 2015

Same for me - in any minibuffer, even vim's ":"

@ocharles
Copy link
Contributor

I believe I'm seeing this too, when I hit / to search and type "I love falafels" I end up with "I love alaels" :)

@justbur
Copy link
Contributor

justbur commented Oct 28, 2015

I can't reproduce this. Is this an evil-escape thing?

@edpaget
Copy link

edpaget commented Nov 12, 2015

Chiming in to say I am also experiencing the same issue.

@StreakyCobra
Copy link
Contributor

I can't reproduce this, not on develop nor on master. @ocharles @edpaget can you put here the output of SPC h d s to have more info about your config?

@justbur
Copy link
Contributor

justbur commented Nov 12, 2015

Can someone having this issue disable evil-escape and see if the problem goes away?

@edpaget
Copy link

edpaget commented Nov 12, 2015

@StreakyCobra

#### System Info
- OS: gnu/linux
- Emacs: 24.5.1
- Spacemacs: 0.104.4
- Spacemacs branch: master (rev. f04bb61)
- Distribution: spacemacs
- Layers:
```elisp
(auto-completion better-defaults
                 (git :variables git-gutter-use-fringe t)
                 python markdown org syntax-checking ruby clojure html scala spotify javascript rust rcirc react yaml ruby-on-rails gnus purescript)

@edpaget
Copy link

edpaget commented Nov 12, 2015

@justbur when I try to disable evil-escape-mode I get this error evil-escape--undefine-keys: Symbol's value as variable is void: evil-iedit-state-map after that I still see the problem of my f-key not working.

@StreakyCobra
Copy link
Contributor

I reproduced your environment, i.e. Linux + emacs 24.5.1 + rev. f04bb61 + spacemacs + all your layers: can't reproduce. I'm kind of out of idea right now.

@justbur
Copy link
Contributor

justbur commented Nov 12, 2015

@edpaget try adding evil-escape to excluded packages and restarting so it's completely out of the picture

@edpaget
Copy link

edpaget commented Nov 12, 2015

@justbur doing that fixed the problem for me.

@justbur
Copy link
Contributor

justbur commented Nov 13, 2015

@edpaget I'm not surprised but I also don't have a solution for you besides disabling evil-escape and reporting the issue unfortunately

@edpaget
Copy link

edpaget commented Nov 13, 2015

Thanks I've opened syl20bnr/evil-escape#56

@edpaget
Copy link

edpaget commented Dec 14, 2015

This was solved upstream

@StreakyCobra
Copy link
Contributor

👍 thx for the info

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

8 participants