Bug 65091
Summary: | emacs backspace should delete backwards in a tty | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Jens Petersen <petersen> |
Component: | screen | Assignee: | Phil Copeland <copeland> |
Status: | CLOSED RAWHIDE | QA Contact: | Aaron Brown <abrown> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | CC: | david.balazic, teg |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-07-12 14:26:27 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jens Petersen
2002-05-17 08:21:53 UTC
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. |