Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!mips!atha!aunro!lll-winken!xanth!xanth.cs.odu.edu!jason From: jason@cs.odu.edu (Jason "dedos" Austin) Newsgroups: comp.windows.x.motif Subject: XmText translations Message-ID: Date: 9 May 91 20:23:13 GMT Sender: usenet@cs.odu.edu (Usenet News Poster) Distribution: comp Organization: Old Dominion University, Norfolk, VA Lines: 33 Nntp-Posting-Host: sarasvathi.cs.odu.edu Here's a simple question that hopefully has a simple answer. I've been adding translations to the XmText widget to make it easier for emacs users, and it works fine except when I try to change an already set translations. Here's what I have in my applications defaults file: *Text.translations: #override \n\ Ctrlf: forward-character() \n\ Ctrlb: backward-character() \n\ Ctrlp: previous-line() \n\ Ctrln: next-line() \n\ Ctrle: end-of-line() \n\ Ctrla: beginning-of-line() \n\ Ctrlk: kill-to-end-of-line() \n\ Ctrly: unkill() \n\ Delete: delete-previous-character() \n\ Meta<: beginning-of-file() \n\ Meta>: end-of-file() The one that doesn't work is the delete key binding. I've tried several other keys and action functions, but the results are still the same; it won't override the default translations. One a side note, I've been hearing that that a motif newsletter or mailing list is out there somewhere. How does one get on this list? Thanks for any help. -- Jason C. Austin jason@cs.odu.edu