Description of problem: In an Emacs session in a tty, backspace should delete not put in the help keymap. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. emacs -q 2. Press Backspace Actual Results: C-h (Type ? for further options)- Expected Results: The character before point should have been deleted. Additional info: (normal-erase-is-backspace-mode) seems to fixes the problem.
That's already what I have happening.... no changes, "-q" used in gnome terminal and console mode. Which tty are you thinking of?
Sorry, this is inside a screen session. 1. screen 2. emacs -nw -q 3. Backspace Puts me into help mode. Looks like it's a screen config bug? 1. SYSSCREENRC=/dev/null SCREENRC=/dev/null screen 2. emacs -nw -q 3. Backspace works fine.
*** Bug 65090 has been marked as a duplicate of this bug. ***
It seems to be because of bindkey -d -k kb stuff "\010" in "/etc/screenrc". Could it be commented out?
Fixed in current rawhide Phil =--=
Fix confirmed. Thanks.
Also see bug 11294 for reference on this problem.