Closed matsievskiysv closed 3 years ago
This should be fixed by https://github.com/nflath/hungry-delete/commit/5b75831602ddac7ee08922a1615ce7f4f165b349#diff-a2b29fd6731dc6737e1bd2b5ee4a7f21 - can you check to make sure it works for you?
Not quite. Removed spaces just fine, but failed to remove character:
Intreesting, I haven't been able to reproduce - Can you post detailed instructions using vimish-fold? It seems to work for me.
Yep, I've tried starting Emacs with command emacs -q --eval (progn (package-initialize) (use-package vimish-fold) (use-package hungry-delete))
and everything worked. Guess, there's a problem in my config.
hungry-delete-backward
fails when cursor is positioned right before readonly region. This is an issue when working with ein notebooks or text foldsReproduce in
ein
modehungry-delete-backward
and observe the command faildelete-backward-char
and observe the desired behaviorReproduce with
vimish-fold
vimish-fold
hungry-delete-backward
and observe the command faildelete-backward-char
and observe the desired behavior