Kristian Ellingsen <kellings(a)online.no> writes:
I'm running Red Hat Linux 5.1, XEmacs 21.2 beta 4, Gnus 5.6.45.
In
console mode, B DEL in Gnus (article deletion) gives B BS undefined. In
Is there something wrong with my console tty configuration? How do I
change it?
What does C-h v tty-erase-char give in your case? I think this setting
is correct however as backspace gives BS for you. The question is
therefore, why does delete not give DEL. (It works on my debian
install).
linux.el thinks the delete key should generate
"\e[3~"
You can test this by typing "cat >testfile" in a shell on a console
and typing delete, RET, C-d and then lookin at that file.
Jan