Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

"Delete Until" is broken (among other operators) #1756

Closed
Stebalien opened this issue Jan 20, 2023 · 0 comments
Closed

"Delete Until" is broken (among other operators) #1756

Stebalien opened this issue Jan 20, 2023 · 0 comments

Comments

@Stebalien
Copy link
Contributor

Issue type

  • Bug report

Environment

Emacs version: GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.36, cairo version 1.17.6) of 2023-01-14
Operating System: Arch Linux
Evil version: Evil version 1.15.0
Evil installation type: MELPA (latest)
Graphical/Terminal: Graphical
Tested in a make emacs session (see CONTRIBUTING.md): Yes

Reproduction steps

  • Start Emacs
  • Insert some text "abcde".
  • Go to the beginning of the line.
  • In normal state, type "dtd" to delete up to "d".
  • Try to enter insert mode by typing "i"

Expected behavior

It should enter insert mode.

Actual behavior

"i" is treated as a prefix key. Typing "i" fails with "'i i' is undefined" and keeps failing with the same message no matter how many times "i" is typed.

Further notes

This seems to be related to the recent changes to evil-operator-range and goes beyond this specific bug. This is the easiest one to reproduce, but I'm frequently running into cases where evil just gets into a broken state and I have to mash C-g and ESC to get out of them.

@axelf4 axelf4 closed this as completed in 9f25e19 Jan 20, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant