-
Notifications
You must be signed in to change notification settings - Fork 12
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
Backspace not working #20
Comments
Sometimes backspace makes the correct sound but moves cursor back a character instead of deleting. |
I seems fixed, I checked selectric-mode in newest spacemacs and |
No, it's not fixed. I just start spacemacs, switch to scratch buffer, start selectric mode with -C-t-t and type (I use vim editing style). Sometimes backspace makes the sound and moves the cursor back but doen't delete a character. Some other times it makes a clipped sound, the cursor doesn't move and get the error message "nesting exceeds `max-lisp-eval-depth'". |
@MD-ThorErik I don't know which version of Spacemacs you use, but backspace is working just fine with At least on my computer :) |
It doesn't work in master or develop. My config is not the out-of-the-box one, evidently. I have many packages too. |
@MD-ThorErik upload your config or maybe even whole |
Well, I deleted emacs.d and .spacemacs and created them again. The issue persists. Patching selectric.el with (#21) solves all of this. This is my .spacemacs: |
So I just pulled this from package from melpa, and I want to say, Backspace isn't working in evil insert mode. Running
|
I'm also getting an issue with backspace just moving the cursor, also using evil mode. |
After enabling selectric-mode in spacemacs,
Backspace
button is not working.The text was updated successfully, but these errors were encountered: