Bug 11426
Summary: | XFree86 4.0-0.8: M-d doesn't delete forward in Xaw text Widget | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Jonathan Kamens <h1k6zn2m> |
Component: | XFree86 | Assignee: | Bernhard Rosenkraenzer <bero> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | ||
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: | 2000-06-15 15:59:19 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
Jonathan Kamens
2000-05-15 23:25:47 UTC
I found the problem. In these lines in lib/Xaw/TextTr.c: "~s m<Key>D:" "kill-word(alnum)\n" ... "~s m<Key>H:" "backward-kill-word(alnum)\n" The upper case 'D' and 'H' should be replaced with lower-case 'd' and 'h'. Fixed in 4.0-0.21 |