-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
evilification breaks anaconda-view-mode #5737
Labels
- Bug tracker -
Fixed in develop
Key Bindings
Ready for work
stale
marked as a stale issue/pr (usually by a bot)
Comments
According to the rules linked to in #5738, |
mineo
added a commit
to mineo/spacemacs
that referenced
this issue
Oct 24, 2016
This is similar to the mappings done for flycheck-error-list-mode-map and works around the broken evilification in anaconda-mode-view-mode (see syl20bnr#5737).
nixmaniack
added a commit
to nixmaniack/spacemacs
that referenced
this issue
Nov 28, 2016
* layers/+lang/python/funcs.el (spacemacs/anaconda-view-forward-and-push): Added helper function to go forward and hit RET * layers/+lang/python/packages.el (python/init-anaconda-mode): - use new evilification macro - use helper function to go ahead and push button when hitting `RET` - Add `C-j`, `C-k` for easy navigation in anaconda-view-mode when multiple references are displayed. Doesn't conflict with normal `hjkl` navigation in other views of `anaconda-view-mode` Fix syl20bnr#7538 Fix syl20bnr#5737
TheBB
pushed a commit
that referenced
this issue
May 24, 2017
* layers/+lang/python/funcs.el (spacemacs/anaconda-view-forward-and-push): Added helper function to go forward and hit RET * layers/+lang/python/packages.el (python/init-anaconda-mode): - use new evilification macro - use helper function to go ahead and push button when hitting `RET` - Add `C-j`, `C-k` for easy navigation in anaconda-view-mode when multiple references are displayed. Doesn't conflict with normal `hjkl` navigation in other views of `anaconda-view-mode` Fix #7538 Fix #5737
CodingSolo
pushed a commit
to CodingSolo/spacemacs
that referenced
this issue
Oct 29, 2018
* layers/+lang/python/funcs.el (spacemacs/anaconda-view-forward-and-push): Added helper function to go forward and hit RET * layers/+lang/python/packages.el (python/init-anaconda-mode): - use new evilification macro - use helper function to go ahead and push button when hitting `RET` - Add `C-j`, `C-k` for easy navigation in anaconda-view-mode when multiple references are displayed. Doesn't conflict with normal `hjkl` navigation in other views of `anaconda-view-mode` Fix syl20bnr#7538 Fix syl20bnr#5737
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
- Bug tracker -
Fixed in develop
Key Bindings
Ready for work
stale
marked as a stale issue/pr (usually by a bot)
Description
The function that's bound to
n
inanaconda-view-mode
(next-error-no-select
) does not get rebound to any key.Reproduction guide
, g u
on the function namen
Observed behaviour:
Expected behaviour:
System Info
The text was updated successfully, but these errors were encountered: