Bug 65090
| Summary: | xemacs backspace should do the right thing in a tty | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Jens Petersen <petersen> |
| Component: | screen | Assignee: | Trond Eivind Glomsrxd <teg> |
| Status: | CLOSED DUPLICATE | QA Contact: | Aaron Brown <abrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-07-11 20:23:05 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: | |||
Can't reproduce it... could you provide more details on your setup? |
Description of Problem: Pushing backspace in an XEmacs session in a tty puts one into the help keymap Version-Release number of selected component (if applicable): How Reproducible: every time Steps to Reproduce: 1. xemacs -q 2. Press Backspace Actual Results: C-h (Type ? for further options) Expected Results: The char behind point should have been deleted. Additional Information: Either tty-erase-char should be initialised to ?\^H in a tty, eg (if tty-erase-char (setq tty-erase-char ?\^H)) unless backspace is made to generate ?\^? (\177) in a tty.