nflath / hungry-delete

Enables hungry deletion in all modes.
98 stars 16 forks source link

cua--rectangle #37

Closed slk500 closed 4 years ago

slk500 commented 4 years ago

After reinstall Emacs I got this error when I press "Delete". "Debugger entered--Lisp error: (void-variable cua--rectangle) hungry-delete-forward(1 nil) funcall-interactively(hungry-delete-forward 1 nil) call-interactively(hungry-delete-forward nil nil) command-execute(hungry-delete-forward)" Any idea how to fix it ? GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2019-09-28

seagle0128 commented 4 years ago

I think the solution is #36 .

peterwvj commented 4 years ago

I'm experiencing this issue as well. I can confirm that #36 fixes it.

nflath commented 4 years ago

Merged, sorry about this.

peterwvj commented 4 years ago

No need to say sorry.

Thank you for responding quickly to this issue!