Hello, Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:
> Hello, > > Alex G <agram...@gmail.com> writes: > >> Oh, it seems like backspace works fine in text modes like >> fundamental-mode and message-mode, but not prog-derived modes. I'd say >> that's another bug. >> >> A git bisect says that this commit by Bastien Guerry is the culprit: >> f0a64ab3b5c46c8c7b1c838de2ed20511357e43d > > Fixed. Thank you. > > Regards, Thank you for the fixes. However, the fix in 4914f89 does not work for me. When I run it (type backspace) in a graphical Emacs I get: user-error: This key has no function outside tables When I run it in a terminal Emacs the command is not rebound at all. Replacing [(del)] with (kbd "DEL") fixed the issue for me.