Path: utzoo!attcan!uunet!decwrl!apple!snorkelwacker!bloom-beacon!iris49.UUCP!pete From: pete@iris49.UUCP (Pete Ware) Newsgroups: comp.windows.x Subject: Re: Translations question Message-ID: <9009172327.AA06798@iris49.biosym.com> Date: 17 Sep 90 23:27:18 GMT References: <1990Sep17.191505.6203@smsc.sony.com> Sender: root@athena.mit.edu (Wizard A. Root) Organization: The Internet Lines: 28 dce> I set the default translations in the app-defaults file as follows: ... dce> This works just fine unless I add the following to my ~/.Xdefaults dce> file: dce> xmp*translations: #override \ c: userCommand() dce> This causes the translations in the app-defaults file to be dce> completely ignored. You've been caught by two different mechanisms. When the resource "translations" is looked up only one of the two is found. The "#override" gets interpreted by the string->translation converter (which only sees one or the other). You need to manually merge the two translations in your ~/.Xdefaults: xmp*translations: #override \ : rescan() \n\ : show(biff) hide(list)\n\ c: userCommand() --pete Pete Ware / Biosym / San Diego CA / (619) 546-5532 uucp: scripps.edu!bioc1!pete Internet: bioc1!pete@scripps.edu