Bug 11426 - XFree86 4.0-0.8: M-d doesn't delete forward in Xaw text Widget
Summary: XFree86 4.0-0.8: M-d doesn't delete forward in Xaw text Widget
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: XFree86
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-05-15 23:25 UTC by Jonathan Kamens
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-06-15 15:59:19 UTC
Embargoed:


Attachments (Terms of Use)

Description Jonathan Kamens 2000-05-15 23:25:47 UTC
In XFree86 3.3.6, M-d in an Xaw text widget (e.g., the edit widget of
"xedit") deletes a word forward as it should.  But this key binding no
longer works in xedit or any other Xaw text widget in XFree86 4.0-0.8.
Other Meta key bindings, e.g., M-DEL, M-b, M-f, work just fine.

Comment 1 Jonathan Kamens 2000-05-28 21:01:59 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'.

Comment 2 Bernhard Rosenkraenzer 2000-06-15 15:59:18 UTC
Fixed in 4.0-0.21


Note You need to log in before you can comment on or make changes to this bug.